jira_get_issue
Retrieve a specific Jira issue by its key, with optional selection of fields to return.
Instructions
Get a specific Jira issue by key. Optionally specify which fields to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields to include in the response. When specified, ONLY these fields are returned (plus issue id and key). When omitted, defaults to: summary, description, status, assignee, labels, created, updated. Use jira_get_fields to discover all available field IDs. | |
| issueKey | Yes | The issue key (e.g., PROJ-123) |