Get issue
get_issueRetrieve a single Jira issue by its key (e.g., PROJ-123) to get detailed fields like summary, status, assignee, and priority. Use this to fetch specific issue data for analysis or display.
Instructions
Get a single Jira issue by key (e.g. PROJ-123).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Comma-separated expansions, e.g. renderedFields,names,schema,transitions,editmeta,changelog | |
| fields | No | Comma-separated fields (default: summary,description,status,assignee,reporter,issuetype,labels,components,priority,created,updated,duedate,project) | |
| issueKey | Yes | Issue key, e.g. PROJ-123 |