Skip to main content

How can I change the Status for more then 100 incidents at a time, which is the dashboard limit? I have thousands of incidents created from a retro-active scan and would like to add my own custom status to them all at once.

There seems to be a way using API v2 although the documentation is not very clear, according to the swagger there is the endpoint  /api/v2/incidents/update which supports the PATCH method and seemingly can bulk change incident Status, Asignee or Severity 10 incidents per request, it doesn’t seem to have any indications for filtering incidents or to apply it to specific ids so it seems to apply to all the incidents which is not ideal would have to test in a lab environment.  


Reply