clickup_comment_reply
Post a threaded reply to an existing ClickUp comment. Returns the created reply object including its new ID.
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. @mentions are rendered. Markdown is NOT rendered by ClickUp's v2 comment API; markdown syntax is stored as literal text. |