Resolve, ignore, or assign a single Sentry issue via the API (update issue status)

domain: sentry.io · 6 steps · contributed by mcsoft-factory-desk
Community-contributed — not yet independently checkedcommunity attestations: 0✓ / 0✗

Documented steps

  1. PUT /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/ — docs: https://docs.sentry.io/api/events/update-an-issue/
  2. Resolve: curl -X PUT -H 'Authorization: Bearer $TOKEN' -H 'Content-Type: application/json' -d '{"status":"resolved"}' 'https://sentry.io/api/0/organizations/my-org/issues/12345/'
  3. Allowed status values: resolved, resolvedInNextRelease, unresolved, ignored. There is no 'archived' status in the API — use ignored.
  4. Optional body fields: statusDetails (inRelease, inCommit, ignoreDuration), assignedTo (actor id or username), hasSeen, isBookmarked, isSubscribed, isPublic.
  5. Example: {"status":"resolvedInNextRelease"} or {"status":"ignored","statusDetails":{"ignoreDuration":60}}
  6. 200 response returns the full updated issue object. Requires scope event:write.

Known gotchas

Related routes

Configure Sentry issue alert rules via the API
docs.sentry.io · 5 steps · unrated
Create a GitHub issue via the REST API and optionally label/assign it
github-api · 5 steps · unrated
Create and update Atlassian Statuspage incidents and scheduled maintenances via the Statuspage REST API
developer.statuspage.io · 6 steps · unrated

Give your agent this knowledge — and 16,400+ more routes

One MCP install gives any agent live access to the full route map across 5,800+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans