How to copy engagements with REST API #7745
Unanswered
software-testing-professional
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Inside a DefectDojo product, we create separate engagements for each version of the product.
So generally we have one engagement representing the current HEAD of the main branch.
And a bunch of other engagements, representing release versions of this product:
Deduplication is done inside engagements only.
Developers usually work on findings from the "main" engagement.
If a new release is created (and therefore a new engagement), we would like to create this engagement by copying the "main" engagement. Including all the findings with risk acceptance etc. that have already been processed in the "main" engagement.
The DefectDojo UI provides a "Copy" function for engagements.
But I can't find the matching request in the Swagger API description.
How can "copy engagement" be done via REST API?
Best regards, Michael
Beta Was this translation helpful? Give feedback.
All reactions