jira_get_comments
Retrieve comments from a Jira issue with pagination. Returns authors, timestamps, and content while controlling response size to avoid token limits.
Instructions
Get comments from a Jira issue with pagination support. Returns comment history with authors, timestamps, and content. Use pagination parameters to control response size and avoid token limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startAt | No | The index of the first comment to return (0-indexed). Default: 0 | |
| maxResults | No | Maximum number of comments to return per request (max: 100). Default: 5 | |
| issueIdOrKey | Yes | The issue key (e.g., PROJ-123) or ID |