get_issue
Retrieve a Jira issue by its key and optionally specify fields to return. Get the precise issue data you need without comments, attachments, or change history.
Instructions
Fetch one issue by key. fields replaces the default fields entirely -- default: summary, description, issuetype, status, priority, assignee, reporter, labels, components, created, updated, resolutiondate, issuelinks, project, parent, subtasks. fields=[] returns the key with no fields. Does not include comments, attachments, or changelog history; use the dedicated tools for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| issue_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||