get_comments
Retrieve and navigate comments for Jira issues using pagination to manage large comment lists efficiently.
Instructions
Get comments for a Jira issue with pagination support. Returns comments with pagination metadata to help navigate through large comment lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | The issue key to get comments for (e.g., "PROJ-123") | |
| startAt | No | Starting index for pagination (0-based). Use this to get the next page of comments. Default: 0 | |
| maxResults | No | Maximum number of comments to return per page (1-100). Use smaller values for faster responses. Default: 50 |