jira_get_issue
Retrieve detailed information about a JIRA issue by its key. Optionally specify fields to reduce response size and improve performance.
Instructions
Get detailed information about a specific JIRA issue by its key (e.g., PROJ-123). Returns all fields by default including custom fields. Use the fields parameter to reduce response size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields to include in the response. Default: all fields. Use to reduce response size by specifying only needed fields. | |
| issueKey | Yes | The issue key (e.g., PROJ-123) |