clickup_comment_update
Replace the text, reassign, or resolve a ClickUp comment. The entire comment body is overwritten; marking resolved strikes through and closes the thread.
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. @mentions (e.g. '@username') are rendered. Markdown is NOT rendered by ClickUp's v2 comment API; markdown syntax is stored as literal text. The previous body is overwritten entirely. |