getJiraIssue
Retrieve a Jira issue by its ID or key, with optional fields, properties, and expansions to control the returned work item data.
Instructions
Get a Jira work item by ID or key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | e.g. renderedFields, names, schema, changelog | |
| fields | No | Limit the response to these field IDs/names | |
| properties | No | ||
| issueIdOrKey | Yes | Issue ID or key, e.g. PROJ-123 |