get_issue
Retrieve complete details for a specific Glitchtip error tracking issue, including latest event data and comments, to support debugging and monitoring workflows.
Instructions
Get complete details of a specific Glitchtip issue including latest event and comments (requires event:read scope)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_id | Yes | The ID of the issue to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"issue_id": {
"description": "The ID of the issue to retrieve",
"type": "string"
}
},
"required": [
"issue_id"
],
"type": "object"
}