[feature] Do not create a new issue in Jira if it is already opened #754
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Enhancement
Most issues will probably ask for additions or changes.
** Description **
In the environment where the security and development teams are independent and share the same Jira ticketing server, it may happen, that the periodic scans discover the same set of issues every time. Instead of creating a new ticket every time, it is sufficient to just update the already opened one.
Proposed solution
I added a new boolean flag into the YAML configuration. If it is set to true, the existing jira ticket (if any) is updated. Otherwise, the behavior is the same as before.
** Proposed PR **
#753
The text was updated successfully, but these errors were encountered: