create_task_comment
Add a comment to any ClickUp task by providing the task ID and comment text, with options to notify specific users or all assignees.
Instructions
Add a comment to a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID | |
| assignee | No | User ID to notify | |
| notify_all | No | Notify all assignees | |
| comment_text | Yes | Plain text comment body |