Is it possible to programmatically send notifications to the reviewers of the findings? #12130
Unanswered
PiyushBhakat
asked this question in
Q&A
Replies: 1 comment
-
The easiest way would be if we expose the @Maffooch @mtesauro How is this handled in Pro Beta UI? I suspect an addition REST API endpoint has been created somewhere? @PiyushBhakat Are you able to do a PR? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've integrated our scan reports to be sent to DefectDojo in our pipelines. We also dynamically assign each finding to a reviewer (based on the CODEOWNERS ownership of the file), by making a PATCH request to the /findings endpoint. However, this simply makes changes in the internal database of DefectDojo and is visible in the UI.
When you manually request review for a finding through the UI, a notification is fired to that user. But this doesn't seem to happen when you call through the API. Is there any way we can programmatically achieve this behaviour?
Beta Was this translation helpful? Give feedback.
All reactions