atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

[JIRA] added new method get_issue_tree_recursive + docs + examples #1352

Closed gkowalc closed 3 months ago

gkowalc commented 3 months ago

I added a new method to the repo get_issue_tree_recursive which:

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 5.26316% with 18 lines in your changes are missing coverage. Please review.

Project coverage is 34.18%. Comparing base (978fa3f) to head (08d4acb). Report is 1 commits behind head on master.

Files Patch % Lines
atlassian/jira.py 5.26% 18 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1352 +/- ## ========================================== - Coverage 34.25% 34.18% -0.07% ========================================== Files 46 46 Lines 8408 8427 +19 Branches 1178 1185 +7 ========================================== + Hits 2880 2881 +1 - Misses 5413 5431 +18 Partials 115 115 ```

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

gonchik commented 3 months ago

@gkowalc thanks