Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: Remote link: Application #1455

Merged

Conversation

IncandescentChrysalis
Copy link
Contributor

Fixes #1448, Replaces #1429

Adding a link to an application connected with a Jira instance through the /rest/api/2/issue/{issueIdOrKey}/remotelink Jira API route, an application section might be provided.
This might for instance be used to add Confluence links to a connected Confluence instance.
Cf. Atlassian knowledge base about the different kind of links.

This PR add an application parameter to the create_or_update_issue_remote_links function.

@IncandescentChrysalis
Copy link
Contributor Author

Also added a test for the base create_or_update_issue_remote_links, since there was none…

Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.43%. Comparing base (a7e56b5) to head (f7e1a3e).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1455      +/-   ##
==========================================
+ Coverage   34.34%   34.43%   +0.08%     
==========================================
  Files          46       46              
  Lines        8623     8625       +2     
  Branches     1609     1610       +1     
==========================================
+ Hits         2962     2970       +8     
+ Misses       5536     5528       -8     
- Partials      125      127       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gonchik gonchik merged commit 63c4fcc into atlassian-api:master Sep 17, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add issue remote link
2 participants