List comments on an issue
list_issue_commentsReturn the comment thread on an issue, oldest first. Read this before replying, so you answer what was actually asked and do not repeat a reply you already posted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | Issue identifier like "ENG-42", or an issue id. | |
| limit | No | Comments per page. | |
| cursor | No | Cursor returned by a previous call. |