atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

Add: Remote link: Application

Open IncandescentChrysalis opened this issue 1 year ago • 2 comments

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 avatar Jul 03 '24 13:07 IncandescentChrysalis

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 31.73%. Comparing base (42ed0b0) to head (9d5fd0a).

Files Patch % Lines
atlassian/jira.py 0.00% 2 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1429      +/-   ##
==========================================
- Coverage   34.38%   31.73%   -2.65%     
==========================================
  Files          46       46              
  Lines        8586     8258     -328     
  Branches     1601     1296     -305     
==========================================
- Hits         2952     2621     -331     
- Misses       5511     5521      +10     
+ Partials      123      116       -7     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jul 04 '24 08:07 codecov[bot]

@gonchik I added a test case 2 weeks ago, but it seems the second attempt seems not to have run the actual checks, as there is not output nor logs. Has the waiting period expired on those checks?

IncandescentChrysalis avatar Jul 17 '24 09:07 IncandescentChrysalis

Thanks @IncandescentChrysalis let me merge and do local tests

gonchik avatar Aug 30 '24 06:08 gonchik

@IncandescentChrysalis as I see issue with tests, could you double check the tests please?

gonchik avatar Aug 30 '24 07:08 gonchik