get_issue_context
Retrieve the full context of a Jira issue: parent, subtasks, linked issues with direction (blocks/blocked by), and epic contents—each with key, type, status, and summary.
Instructions
Map the reference graph around a Jira issue: parent, subtasks, links.
Returns the parent (e.g. epic), all subtasks, and all linked issues — each resolved to key + type + status + summary so the next issue to read can be chosen without further calls. Link relationships are given in human terms with correct direction ("blocks" vs "is blocked by"). For epics, also lists the issues inside the epic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Jira issue key like "PROJ-123". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |