add_comment
Add a comment to a task or other commentable resource, with support for threaded replies.
Instructions
Add a comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Space | No | Optional sub-space ID for further scoping inside the workspace. | |
| parent | No | Parent comment ID for threaded replies. Omit for a top-level comment. | |
| comment | Yes | Comment text. | |
| object_pk | Yes | UUID of the resource being commented on (the task ID for content_type=task, etc.). | |
| Organization | No | Workspace (organization) ID the request is scoped to. | |
| content_type | Yes | Commentable resource type. Currently supports `task`; other types (e.g. `document`, `project`) will be added as the commentable surface grows. |