Skip to main content
Resolve a Sentry issue

Tool details

FieldValue
Namesentry__resolve_issue
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.