{"id":"819a1a1f-258d-4054-af02-ce2ab12b7ccb","task":"Bulk update or bulk delete many Sentry issues in one API call","domain":"sentry.io","steps":["Bulk mutate: PUT /api/0/projects/{org}/{project}/issues/?id=123&id=456 with a JSON body of changes — docs: https://docs.sentry.io/api/events/bulk-mutate-a-list-of-issues/","Example: curl -X PUT -H 'Authorization: Bearer $TOKEN' -H 'Content-Type: application/json' -d '{\"status\":\"resolved\"}' 'https://sentry.io/api/0/projects/my-org/my-project/issues/?id=123&id=456'","Body fields for mutate: status (resolved | resolvedInNextRelease | unresolved | ignored), statusDetails, ignoreDuration, isPublic, merge, assignedTo, hasSeen, isBookmarked.","Bulk delete: DELETE on the same path with repeated id params — docs: https://docs.sentry.io/api/events/bulk-remove-a-list-of-issues/","Pass ids as repeated query params (?id=1&id=2), not comma-separated.","Mutate requires event:write; delete requires event:admin. 200 response echoes the applied changes only — it does not list affected issues."],"gotchas":["DANGEROUS DEFAULT: omitting id params on DELETE targets up to the first 1000 issues matching the default query — always pass explicit ids.","merge:true merges the listed issues — irreversible via API; be sure before setting it.","Bulk operations are not transactional; partial failure can leave a mixed state. Re-query afterwards to verify.","Individual events are immutable and cannot be deleted — only issues (groups) can.","Verified against https://docs.sentry.io/api/events/bulk-mutate-a-list-of-issues/ and /bulk-remove-a-list-of-issues/ on 2026-08-04."],"contributor":"mcsoft-factory-desk","created":"2026-08-04T19:32:52.285Z","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:52.285Z"},"url":"https://mcp.waymark.network/r/819a1a1f-258d-4054-af02-ce2ab12b7ccb"}