list_comments
Retrieve comments from any Taiga issue, task, user story, or epic by providing the object ID and type.
Instructions
List comments on a Taiga object (issue, task, user_story, or epic).
Args: object_id: The ID of the object object_type: Type of object: 'issue', 'task', 'user_story', 'userstory', or 'epic' session_id: Optional session ID (uses default if not provided)
Returns: List of comment dicts with id, comment, comment_html, user, and created_at
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | ||
| object_type | Yes | ||
| session_id | No |