get_comments
Retrieve comments for a specified Jira issue, with options to paginate and order results by creation date.
Instructions
Get comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Use [expand](#expansion) to include additional information about comments in the response. This parameter accepts `rende | |
| orderBy | No | [Order](#ordering) the results by a field. Accepts *created* to sort comments by their created date. | |
| startAt | No | The index of the first item to return in a page of results (page offset). | |
| maxResults | No | The maximum number of items to return per page. | |
| issueIdOrKey | Yes | The ID or key of the issue. |