jira_issues_get
Retrieve a specific Jira issue using its exact key. Returns key fields like summary, status, assignee, and priority.
Instructions
Get a single Jira issue by key.
Use this when you know the exact issue key. Not this for searching: use jira_issues_search with JQL instead. Returns: {key, summary, status, issue_type, assignee, reporter, priority, project, ...}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Issue key, e.g. 'PROJ-123', 'OPS-100' | |
| detail | No | 'summary' (key fields) or 'full' (all fields including custom fields and description) | summary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||