Jira: Get Issue
jira_get_issueFetch a Jira issue by its key, optionally selecting specific fields and expand parameters to reduce payload size.
Instructions
Fetch a Jira issue by key using /rest/api/3/issue/{key}. You can request specific fields/expand to reduce payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Optional expand list, e.g. ["names","schema","renderedFields","operations"] | |
| fields | No | Optional list of fields (names or IDs) to include | |
| issueKey | Yes | Issue key, e.g. WOR-2367 |