jira_get_comments
Retrieve all comments for a Jira issue, including author, content, timestamps, and visibility. Supports pagination to handle large comment threads.
Instructions
Retrieves all comments for a Jira issue. Returns comment author, content, timestamps, and visibility settings. Supports pagination for issues with many comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderBy | No | Sort order for comments: "created" (oldest first), "-created" (newest first) | |
| startAt | No | Index of first comment to return (for pagination) | |
| issueKey | Yes | Issue key to get comments for (e.g., PROJECT-123) | |
| maxResults | No | Maximum number of comments to return (default: 50) |