add_comment
Add a comment to a Taiga issue, task, user story, or epic by specifying the object ID, type, and comment text.
Instructions
Add a comment to a Taiga object (issue, task, user_story, or epic).
Args: object_id: The ID of the object to comment on object_type: Type of object: 'issue', 'task', 'user_story', 'userstory', or 'epic' comment: The comment text to add session_id: Optional session ID (uses default if not provided)
Returns: dict with status confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | ||
| object_type | Yes | ||
| comment | Yes | ||
| session_id | No |