jira_get
Retrieves complete details for a Jira issue including summary, description, status, assignee, sprint, available transitions, recent comments, and attachment list. Use it to view the full context of any ticket.
Instructions
Full details for one Jira issue: summary, description, status, assignee, sprint, available transitions, recent comments, and a list of attachments (filename, size, mime type, attachment ID). Use when asked to "show me FOO-123", "what does this ticket say", "get the details for this issue", or after discovering a key from get_dev_context or jira_search. To view an attachment's contents (e.g. an image), call jira_get_attachment with the attachment ID surfaced here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | Jira issue key, e.g. FOO-123 | |
| includeComments | No | Include comments (default true) | |
| commentsMaxResults | No | Max comments (default 10) | |
| commentsStartAt | No | Comment pagination offset (default 0) | |
| includeTransitions | No | Include available transitions (default true) | |
| includeSprint | No | Include sprint data (default true) |