clickup_comment_reply
Post threaded replies to existing ClickUp comments to continue discussions, assign tasks, and organize feedback directly within comment threads.
Instructions
Post a threaded reply under an existing ClickUp comment. Replies appear indented beneath the parent comment. Returns the created reply object including its new id. For a top-level comment, use clickup_comment_create instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assignee | No | Optional user ID to assign the reply to — they receive a notification. Obtain from clickup_member_list. | |
| comment_id | Yes | ID of the parent comment to reply to. Obtain from clickup_comment_list (field: id). | |
| text | Yes | Reply body. Markdown and @mentions supported. |