add_comment
Add a comment to any Taiga issue, user story, task, or epic. Supports markdown and requires object version for optimistic locking.
Instructions
Add a comment to a Taiga issue, user story, task, or epic
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | Type of object to comment on | |
| object_id | Yes | Numeric ID of the object | |
| version | Yes | Current version of the object (required for optimistic locking) | |
| comment | Yes | Comment text (markdown supported) |