Issues

Resolve issues

Marks each issue in issueIds as resolved. When keepMonitoring is false, monitoring is also stopped for each resolved issue; when omitted, the project's default applies.

post/v1/projects/{projectSlug}/issues/resolve

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

Request body

issueIdsstring[] required

Non-empty list of issue ids. Operations are idempotent — already-applied issues are unchanged.

keepMonitoringboolean

When true, monitoring continues after the issues are resolved. When false, monitoring stops. Defaults to the project setting.

Response

Per-issue result

Changes