clickup_create_comment
Add a comment to a ClickUp task with options to assign a user and notify all assignees.
Instructions
Add a comment to a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ClickUp task ID | |
| comment_text | Yes | Comment text | |
| assignee | No | User ID to assign with this comment | |
| notify_all | No | Notify all assignees (default true) |