get_issue
Retrieve one Jira issue by key to get its summary, status, description, comments, and linked items as structured data. Read-only access for coding agents.
Instructions
Fetch a single Jira issue by key (e.g. DEMO-123) as compact structured data: summary, description, status, type, priority, acceptance criteria (if configured), comments, and linked issues. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Jira issue key, e.g. DEMO-123 |