-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(jira): add get_metadata #8630
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
feat(jira): add get_metadata #8630
Conversation
✅ All necessary |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8630 +/- ##
==========================================
+ Coverage 75.47% 75.80% +0.33%
==========================================
Files 72 72
Lines 4782 4832 +50
==========================================
+ Hits 3609 3663 +54
+ Misses 1173 1169 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Description
This PR adds the method get_jira_metadata in order to create an structure for each project and their available issue types.
Also, tests are added.
Steps to review
Please add a detailed description of how to review this PR.
Checklist
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.