Get Issue
jira_get_issueRetrieve any Jira issue's complete details, including epic links and optional sections for comments, transitions, changelog, and worklogs. Customize fields to get precise, relevant information.
Instructions
Get details of a specific Jira issue.
Includes Epic links and relationship information. Use the
include parameter to inline enrichments (remote_links,
transitions, watchers, changelog, comments, worklogs) so that
separate tool calls are not needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | (Optional) Fields to expand. Examples: 'renderedFields' (for rendered content), 'transitions' (for available status transitions), 'changelog' (for history) | |
| fields | No | (Optional) Comma-separated list of fields to return (e.g., 'summary,status,customfield_10010'). You may also provide a single field as a string (e.g., 'duedate'). Use '*all' for all fields (including custom fields), or omit for essential fields only. | assignee,updated,versions,summary,created,status,description,priority,issuetype,reporter,labels |
| include | No | (Optional) Comma-separated sections to inline in the response, avoiding extra tool calls. Supported: all, remote_links, transitions, watchers, changelog, comments, worklogs | |
| issue_key | Yes | Jira issue key (e.g., 'PROJ-123', 'ACV2-642') | |
| properties | No | (Optional) A comma-separated list of issue properties to return | |
| comment_limit | No | Maximum number of comments to include (0 or null for no comments) | |
| update_history | No | Whether to update the issue view history for the requesting user | |
| use_display_names | No | When true, custom field keys in the output use human-readable display names (e.g. 'Story Points') instead of opaque IDs (e.g. 'customfield_10243'). The 'names' expansion is added automatically. Standard fields are unaffected. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |