get_issue
Get a Jira issue's full details as Markdown: summary, status, priority, assignee, custom fields, attachments, and comments. Pass the issue key to fetch complete information.
Instructions
Get full detail for one Jira issue as Markdown.
Returns summary, status, type, priority, resolution, assignee, reporter, labels, components, fix versions, created/updated timestamps, the full description, all non-empty custom fields (e.g. acceptance criteria, story points) with their display names, the attachment list (fetch images via get_attachment), and (by default) the complete comment thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Jira issue key like "PROJ-123" (case and surrounding whitespace are tolerated). | |
| include_comments | No | Set False to omit the comment thread when only the ticket body is needed — the response is much shorter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |