You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A customer has requested the ability to bulk update issues, in particular to set the "auditorStatus" to "Suppressed". This is required because they distribute a list of the issues to a vendor via a CSV/XLS they are marked up by the vendor and they have to manually apply all these changes in the FoD UI.
This should be possible using the /api/v3/releases/{releaseId}/vulnerabilities/bulk-edit API endpoint - although they would really want to do it at the application level or the same issue that exists in all releases - like you can do in the UI.
Maybe this could be an action but we should probably include individual commands as well, e.g.
fcli fod issue bulk-update --release "1234" --issueIds "123,1234" ...
The text was updated successfully, but these errors were encountered:
Enhancement Request
A customer has requested the ability to bulk update issues, in particular to set the "auditorStatus" to "Suppressed". This is required because they distribute a list of the issues to a vendor via a CSV/XLS they are marked up by the vendor and they have to manually apply all these changes in the FoD UI.
This should be possible using the
/api/v3/releases/{releaseId}/vulnerabilities/bulk-edit
API endpoint - although they would really want to do it at the application level or the same issue that exists in all releases - like you can do in the UI.Maybe this could be an action but we should probably include individual commands as well, e.g.
fcli fod issue bulk-update --release "1234" --issueIds "123,1234" ...
The text was updated successfully, but these errors were encountered: