get_issue
Retrieves detailed information about a specific Jira issue, including optional fields and expansions for changelog or transitions.
Instructions
Get detailed information about a Jira issue.
Args: issue_key: Issue key (e.g., "KAN-123") fields: Comma-separated field names to include (default: all) expand: Comma-separated expansions (e.g., "changelog,transitions")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | ||
| fields | No | ||
| issue_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||