Skip to main content

Mark incident as resolved

POST 

/company/issues/:id/resolve

Change the status of an incident to resolved. This action records the current UTC date/time as the resolution moment.

Use Cases:

  • Close tickets when the problem has been solved
  • Update incident status in workflows
  • Generate resolution time metrics

Related Logic: ctrl.setResolved() in routes.js with checkUTC middleware

Request

Responses

Incidence marked as successfully resolved. Returns the updated details of the incidence.

Response Headers