tasks_comments_create
Create a comment on a ClickUp task by providing the task ID and text. Optionally assign the comment to a user and notify all assignees.
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 | |
| assignee | No | The ID of the user to assign to the comment | |
| notify_all | No | Whether to notify all assignees | |
| comment_text | Yes | The text content of the comment |