jira_get_issue
Retrieve a specific Jira issue by key with optional field, comment, or changelog expansion.
Instructions
Get a specific Jira issue by key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | List of properties to expand (e.g., changelog, comments) | |
| fields | No | List of fields to include in the response | |
| issueKey | Yes | The key of the issue to retrieve (e.g., PROJ-123) |