jira_get_issue
Fetch a Jira issue using its key or ID, with optional field selection to get relevant details.
Instructions
Gets a Jira issue (GET /rest/api/3/issue/{key}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | ||
| fields | No | CSV fields, e.g. summary,status,assignee. | |
| issueIdOrKey | Yes | Key or ID, e.g. ABC-123. |