add_comment
Post comments on project items to discuss progress, notify teammates with @mentions, and attach files for context.
Instructions
Post a comment on an item's thread. To notify people, pass their user ids in mentionedUserIds (each also appears as an @mention). attachmentIds references already-uploaded files. Needs projectId and itemId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | ||
| content | Yes | The comment text | |
| projectId | Yes | ||
| attachmentIds | No | Ids of already-uploaded attachments to link | |
| mentionedUserIds | No | User ids to @mention and notify |