bulk_update_issues
Bulk update multiple Sentry issues with one action: resolve, ignore, unresolve, or assign to a team or user. Streamlines triaging many issues.
Instructions
Bulk update multiple issues at once (resolve, ignore, unresolve, assign). Useful for triaging many issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Sentry search query to select issues (e.g., "is:unresolved environment:staging"). | |
| status | No | New status. | |
| has_seen | No | Mark issues as seen. | |
| assigned_to | No | Team or user to assign to. | |
| project_slug | Yes | Project slug. |