clickup_comment_update
Edit ClickUp comments by updating text, reassigning users, or marking threads as resolved to maintain clear task communication.
Instructions
Edit the text, assignee, or resolution state of a ClickUp comment on a task, list, or view. The entire comment body is replaced by the new text (no partial edits). Marking resolved=true strikes through the comment and closes the thread. Returns the updated comment object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assignee | No | Reassign the comment to this user ID, who will receive a notification. Obtain from clickup_member_list. | |
| comment_id | Yes | ID of the comment to edit. Obtain from clickup_comment_list (field: id). | |
| resolved | No | true = mark the comment thread resolved/closed; false = reopen it. | |
| text | Yes | Replacement body for the comment. ClickUp accepts markdown plus @mentions (e.g. '@username'). The previous body is overwritten entirely. |