get_issue
Retrieve complete details for a Jira issue by key, including description, comments, status, priority, assignee, reporter, labels, and timestamps. Use after search_issues to inspect a specific issue in depth.
Instructions
Get full details of a single Jira issue by key (e.g. SEC-123). Returns description, all comments, status, priority, assignee, reporter, labels, and timestamps. Use after search_issues to inspect a specific issue in depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to fetch. Default includes description and all comments. | |
| issue_key | Yes | Jira issue key (e.g. SEC-123, INFRA-456, PROJ-789). | |
| max_tokens | No | Max output tokens. Default: 20000. | |
| break_token_rule | No | Bypass token limit check. |