jira_get_issue
Fetch complete details of a single Jira issue by key or numeric ID, including summary, status, type, priority, assignee, reporter, description, labels, and timestamps.
Instructions
Get full details of a single Jira issue by its key (e.g. 'PROJ-123') or numeric ID. Returns summary, status, type, priority, assignee, reporter, description, labels, and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueIdOrKey | Yes | The Jira issue key (e.g. 'PROJ-123') or numeric issue ID. |