get_issue_details
Fetch detailed JSON data for a specific issue using its issue ID and workspace name. Ideal for accessing raw issue details.
Instructions
Get detailed information about a specific issue (structured JSON).
NOTE: Prefer workspace_chat for investigative questions about an issue
(e.g. root cause, related resources, next steps). Use this tool only
when you already have an issue ID and need raw JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | The issue ID to look up. | |
| workspace_name | Yes | The workspace the issue belongs to (e.g. 't-oncall'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |