jira_get_issue
Retrieve a Jira issue by its key, including description and recent comments, to access complete issue details in one call.
Instructions
Fetch a single Jira issue by key, including description and recent comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Issue key, e.g. ABC-123 | |
| includeComments | No | Include comments (default true) |