Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Resolve a Sentry issue
sentry__resolve_issue
{ "type": "object", "properties": { "organizationSlug": { "type": "string", "description": "Sentry organization slug" }, "issueId": { "type": "string", "description": "Sentry issue ID" }, "status": { "type": "string", "description": "New issue status" }, "statusDetails": { "type": "object", "description": "Optional Sentry status details" } }, "required": [ "organizationSlug", "issueId" ], "description": "Input schema for the sentry__resolve_issue tool." }