get_issue
Get details of a Backlog issue using its numeric ID or key (e.g., PROJ-123). Returns status, assignee, description, and other issue properties.
Instructions
Returns information about a specific issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | No | The numeric ID of the issue (e.g., 12345) | |
| issueKey | No | The key of the issue (e.g., 'PROJ-123') | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |