django-DefectDojo icon indicating copy to clipboard operation
django-DefectDojo copied to clipboard

Reassign an engagement to another product

Open gzot opened this issue 3 years ago • 1 comments

Hello,

Using the web interface, I can edit an engagement (https://demo.defectdojo.org/engagement/[ID]/edit). Last option is to change the associated product but when I submit the form ("Done" button), the new product is not saved.

Can we move an engagement to another product using the web interface ?

Note : It is possible to do the same thing using the PATCH verb on the following API endpoint : https://demo.defectdojo.org/api/v2/engagements/[ID]/

gzot avatar Jul 21 '22 12:07 gzot

@gzot, this should be fixing the issue: https://github.com/DefectDojo/django-DefectDojo/pull/6617

X0x1RG9f avatar Jul 28 '22 10:07 X0x1RG9f

PR was merged. can we close this @mtesauro ?

manuel-sommer avatar Feb 08 '24 01:02 manuel-sommer