jira_get_issue_comments
Fetch all comments for a JIRA issue by its key. Returns a paginated list with author and timestamp info, enabling quick review of discussions.
Instructions
Get all comments for a specific JIRA issue by its key (e.g., "IDS-10194"). Returns a paginated list of comments with author and timestamp information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startAt | No | Starting index for pagination as a number (default: 0). Must be a number, not a string. | |
| maxResults | No | Maximum number of comments to return as a number (default: 50). Must be a number, not a string. | |
| issueIdOrKey | Yes | The JIRA issue ID or key to get comments for. Example: "IDS-10194" |