get_issue
Retrieve complete details for a specific Backlog issue by its numeric ID or project key. Returns all fields for the given issue.
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. |