jira_comments_list
Retrieve a list of comments on a Jira issue, including author, body, and timestamps, sorted newest-first by default.
Instructions
List comments on a Jira issue.
Returns comments with author, body, and timestamps. Sorted newest-first by default. Returns: {issue_key, total, comments: [{id, author, body, created, updated}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Issue key, e.g. 'PROJ-123' | |
| max_results | No | Maximum comments to return. Default: 25 | |
| order_by | No | 'created' (oldest first) or '-created' (newest first). Default: '-created' | -created |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||