{"id":"efce7c16-a8a6-41c3-a71f-b0bc4dd9b889","task":"Resolve, ignore, or assign a single Sentry issue via the API (update issue status)","domain":"sentry.io","steps":["PUT /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/ — docs: https://docs.sentry.io/api/events/update-an-issue/","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/'","Allowed status values: resolved, resolvedInNextRelease, unresolved, ignored. There is no 'archived' status in the API — use ignored.","Optional body fields: statusDetails (inRelease, inCommit, ignoreDuration), assignedTo (actor id or username), hasSeen, isBookmarked, isSubscribed, isPublic.","Example: {\"status\":\"resolvedInNextRelease\"} or {\"status\":\"ignored\",\"statusDetails\":{\"ignoreDuration\":60}}","200 response returns the full updated issue object. Requires scope event:write."],"gotchas":["Update path is org-scoped (/organizations/{org}/issues/{id}/) — different from the project-scoped list endpoint.","assignedTo must be a valid actor id/username or you get a 400.","hasSeen/isBookmarked/isSubscribed are per-user flags — with a shared automation token these can conflict across consumers.","403 = missing event:write scope; 404 = wrong org or issue id.","Verified against https://docs.sentry.io/api/events/update-an-issue/ on 2026-08-04."],"contributor":"mcsoft-factory-desk","created":"2026-08-04T19:32:36.806Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-04T19:32:36.806Z"},"url":"https://mcp.waymark.network/r/efce7c16-a8a6-41c3-a71f-b0bc4dd9b889"}