create_task_comment
Add comments to ClickUp tasks, with optional assignment to a user and notifications to all assignees.
Instructions
Create a comment on a ClickUp task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The ID of the task | |
| assignee | No | User ID to assign the comment | |
| notify_all | No | Notify all assignees (default false) | |
| comment_text | Yes | The comment text |