jira_get_issue
Retrieve comprehensive details for a JIRA issue, including comments and links. Optionally fetch subtasks and available workflow transitions.
Instructions
Get detailed information about a specific JIRA issue including comments and links. Optionally include subtasks and available workflow transitions.
Args: issue_key: The JIRA issue key (e.g., "PROJECT-123") include_subtasks: Also fetch subtasks (extra API call) include_transitions: Also fetch available workflow transitions (extra API call)
Returns: Issue details with comments, links, and optionally subtasks/transitions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | ||
| include_subtasks | No | ||
| include_transitions | No |