get-jira-issue
Retrieve detailed information about a Jira issue by specifying its issue key. Optionally include comments to get full context of the issue.
Instructions
Get detailed information about a specific Jira issue by its key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | The Jira issue key (e.g., PROJ-123) | |
| include_comments | No | Include comments in the response (default: false) |