set_issue_status
Set one issue's status for the caller's account. To mark a defect fixed: call this with RESOLVED, and the next event on that issue reopens it as REGRESSED and sends a regression card. To silence one known-harmless issue for good: call this with IGNORED, and the issue keeps counting events while staying out of the default list and out of every notification. To bring an issue back under attention: call this with ONGOING. To silence a whole service, environment, exception type or title instead of one issue: call create_suppression_rule. Get the fingerprint from list_issues first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | RESOLVED, IGNORED or ONGOING | |
| fingerprint | Yes | The issue fingerprint (from list_issues) |