jira_get_issue
Retrieve detailed information about a Jira issue using its key or ID, with configurable fields to limit response size and avoid token limits.
Instructions
Get detailed information about a Jira issue by its key or ID (e.g., PROJ-123). IMPORTANT: Use the fields parameter to control response size and avoid token limits. Default fields provide essential info (summary, status, priority, assignee, reporter, created, updated, issuetype) without bloating response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional array of specific field names to fetch. Omit this parameter to use default minimal fields (recommended: summary, status, priority, assignee, reporter, created, updated, issuetype). Only specify fields if you need additional information. For comments use jira_get_comments tool, for attachments use jira_list_attachments tool. Common fields: description, labels, components, fixVersions, resolution, resolutiondate, duedate, environment, customfield_* | |
| issueIdOrKey | Yes | The issue key (e.g., PROJ-123) or ID |