-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 jira integration #5629
feat(jira): add jira integration #5629
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5629 +/- ##
==========================================
- Coverage 89.88% 89.88% -0.01%
==========================================
Files 1120 1126 +6
Lines 34760 35144 +384
==========================================
+ Hits 31245 31588 +343
- Misses 3515 3556 +41 ☔ View full report in Codecov by Sentry. |
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.
That's fantastic!! Thank you for all the effort you put on this one, please review my comments when you get a chance.
Description
This pull request introduces a the new Jira integration and a new set of exception classes for handling various Jira-related errors. These changes aim to provide more specific error handling and clearer messages for different Jira operations.
New exception classes for Jira errors:
JiraBaseException
that inherits fromProwlerException
and includes a dictionary of Jira-specific error codes and their corresponding messages and remediations.JiraNoProjectsError
,JiraAuthenticationError
,JiraTestConnectionError
, and others, each inheriting fromJiraBaseException
.Checklist
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.