get_issue
Retrieve comprehensive details for a specific issue using its numeric ID, including title, description, status, assignees, labels, and timestamps. Find issue IDs with list_issues.
Instructions
Get full details of a specific issue by its local numeric ID. Returns title, description, status (OPEN/IN_PROGRESS/CLOSED/COMPLETED), assigned users, labels, and timestamps. Use list_issues first to discover available issue IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Project owner alias | |
| project | Yes | Project alias | |
| issue_id | Yes | Issue local ID |