get_ticket
Retrieve complete Jira issue details by providing the issue ID or key. Returns full JSON with all fields.
Instructions
Get full issue JSON from Jira. Uses JIRA_REST_API_PREFIX (e.g. /rest/api/2 or /rest/api/3). If you see 401, set JIRA_PAT or run jira_login once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueIdOrKey | Yes | The issue ID or key of the ticket |