-
Notifications
You must be signed in to change notification settings - Fork 674
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
[JIRA] added new method get_issue_tree_recursive + docs + examples #1352
Conversation
…ments_ids_from_issue
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. |
@gkowalc thanks |
I added a new method to the repo get_issue_tree_recursive which:
I added warnings which specify limitations of the method - the user needs to have access to all linked issues and all linked * * issues must come from the same Jira instance (or from another instance if the user's API key also enables access to that instance).