create_task_comment
Add a comment to a ClickUp task with optional user assignment and notification settings.
Instructions
Create a new comment on a ClickUp task. Supports optional assignee and notification settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The ID of the task to comment on | |
| comment_text | Yes | The text content of the comment | |
| assignee | No | The ID of the user to assign to the comment | |
| notify_all | No | Whether to notify all assignees |