create_task_comment
Add a comment to a task, assign it to a user, and notify all members. Keep task discussions organized within ClickUp.
Instructions
Add a comment to a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID. | |
| comment_text | Yes | Comment body. | |
| assignee | No | Assign the comment to a user. | |
| notify_all | No | ||
| custom_task_ids | No | ||
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |