add_comment
Add a comment to a task or project. Provide the task or project ID and comment content, with optional file attachment.
Instructions
Add a comment to a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | The ID of the task to add the comment to | |
| project_id | No | The ID of the project to add the comment to (alternative to task_id) | |
| content | Yes | The comment content. This value may contain markdown-formatted text and hyperlinks. Maximum length: 16384 characters | |
| attachment | No | Optional file attachment for the comment |