read_jira_issue
Retrieve detailed information for a specific Jira issue, including its fields, status, and available transitions. Get the full picture to understand current state and next steps.
Instructions
Retrieves detailed information about a specific Jira issue, including its fields, status, and transitions. Use this to get the full picture of a single issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | A comma-separated list of additional properties to expand. Common options include `fields`, `transitions`, and `changelog`. | fields,transitions,changelog |
| issueKey | Yes | The unique identifier for the Jira issue (e.g., "PROJ-123"). |