add-comments
Post comments to multiple tasks or projects at once and notify collaborators. Simply provide a task or project ID for each comment to ensure your feedback reaches the right audience.
Instructions
Add multiple comments to tasks or projects, optionally notifying collaborators. Each comment must specify either taskId or projectId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comments | Yes | The array of comments to add. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comments | Yes | The created comments. | |
| totalCount | Yes | The total number of comments created. | |
| addedCommentIds | Yes | The IDs of the added comments. |