create_threaded_comment
Reply to a parent comment to create a threaded response. Optionally assign the reply and notify watchers, receiving the new reply ID.
Instructions
Reply to an existing comment, creating a threaded response under it. Optionally assign the reply and notify watchers. Returns the created reply's id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | ID of the parent comment to reply to. | |
| comment_text | Yes | The reply body text (plain text or ClickUp markdown). | |
| assignee | No | User ID to assign this reply to. | |
| notify_all | No | If true, notify everyone with access; otherwise only the assignee is notified. |