Get Issue Comments
issue_get_commentsRetrieve comments for a Yandex Tracker issue by ID. Use the returned next_cursor as cursor to page through results until null.
Instructions
Get a page of comments of a Yandex Tracker issue by its id. Returns the comments plus next_cursor - pass it back as cursor until it is null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for the next page of comments: the 'next_cursor' value returned by the previous call. Leave empty for the first page. | |
| fields | No | Fields to include in each comment; omit to get all. text/text_html can be large, so select only what you need. | |
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| per_page | No | The number of items per page for cursor-paginated endpoints. May be decreased if results exceed the context window. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comments | Yes | ||
| next_cursor | No |