add-comment
Add a comment to an existing KanbanFlow task by providing the task ID and comment text. Optionally include author and timestamp.
Instructions
Add a comment to an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ID of the task to add a comment to | |
| text | Yes | The comment text | |
| authorUserId | No | ID of the comment author (defaults to API user) | |
| createdTimestamp | No | UTC timestamp when comment was created (defaults to now) |