get_issue
Retrieve a specific Jira issue by key, with optional field selection.
Instructions
Get a single Jira issue by key (e.g. PROJ-123).
Args:
issue_key: The issue key, e.g. PROJ-123.
fields: Optional comma-separated list of fields to return
(e.g. summary,status,assignee). Defaults to all fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| issue_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||