List Comments
comment_listList comment history for epics, user stories, tasks, or issues. Filter on a non-empty comment field to view only user comments.
Instructions
List the comment history for an epic, user story, task, or issue. Includes plain field-change history entries too — filter on a non-empty comment field for comments only. Response is { items, pagination }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the epic/user story/task/issue | |
| page | No | 1-indexed page number | |
| resource | Yes | ||
| page_size | No | Items per page. Default 30. | |
| verbosity | No | Trims the response's fields to cut token cost. "full" (default) = every field Taiga returns. "standard" drops denormalized *_extra_info objects, *_html duplicate fields, and UI-only ordering fields. "minimal" keeps only id/ref/subject/status/assigned_to/project/is_closed. |