update_issue_status
Update a Sentry issue's status to resolved, unresolved, ignored, or resolved in next release. Optionally attach a comment.
Instructions
Change the status of a Sentry issue — resolve it, mark it unresolved, ignore it, or set a resolution in the next release. Optionally attach a comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | New status. 'resolved' closes the issue; 'unresolved' reopens it; 'ignored' suppresses it; 'resolvedInNextRelease' auto-resolves on next deploy. | |
| comment | No | Optional comment to add to the issue activity feed along with the status change | |
| issue_id | Yes | Numeric issue ID |