-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Notifications regarding problems with Jira should ignore WARNING
level events
#11575
Comments
The reason for these messages to be to be displayed in Slack and other notifications as that most of the JIRA integration code runs in the background. So if in the UI a user explcitly requests a push to JIRA for a finding, there has to be some feedback on why it wasn't succesful. I looked into adding a We could do this specifically for the There are also other error messages generated by the JIRA logic. There is currently no way to distinguigh different levels of severity. Would be good to get some feedback from the Defect Dojo maintainers on this one @Maffooch . Shall we add this EDIT: Looking some more at the code I think we could the same for these error codes:
|
There is definitely some improvements that could be made on the notifications as they stand today, but that will likely be a marge larger conversation. Your proposal here seems to like a great small win for now for each of the cases outlined in the bulleted list
|
DefectDojo version: 2.41.3
We did set
Jira minimum severity
toHigh
in System settings, enabled MS Teams notifications and in System Notification Settings enabled notifications regarding JIRA problems:And the problem is, we receive tons of messages about
Finding below the minimum JIRA severity threshold
:But this is not an error, nor a problem with integration with Jira (that would be, e.g. lack of permissions or expired token). In
celery-worker
this is aWARNING
level.IMO only
ERROR
level events should be sent (just as it says in the description in the UI).The text was updated successfully, but these errors were encountered: