jira_read_task
Read raw Jira issue details, including description, subtasks, changelog, labels, priority, parent, and attachments.
Instructions
Read raw details of a Jira issue (description, subtasks, changelog, labels, priority, parent, attachments). Data-only — does NOT guide analysis or post comments. Use jira_analyze_task when you need the full investigation workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Jira issue key or full browse URL (e.g. AT-123 or https://xxx.atlassian.net/browse/AT-123) | |
| commentStartAt | No | Comment pagination offset | |
| includeComments | No | Include comments (default false) | |
| response_format | No | Output format (default json) | |
| changelogStartAt | No | Changelog pagination offset | |
| commentMaxResults | No | Max comments (1-50, default 20) | |
| changelogMaxResults | No | Max changelog entries (1-100, default 20) |