Add comment to task
Task Comments
Add Comment to Task
Add a comment to a task and notify relevant team members
POST
Add comment to task
Overview
Add a comment to a task. Comments can be used to discuss task details, provide updates, or ask questions. When a comment is added, relevant team members (watchers, assignee, reporter, and project managers) are automatically notified via email and push notifications.Request Body
The comment text. Supports HTML formatting.Example:
"This task is progressing well. I've completed the first phase."The ID of the task to add the comment to. Can also be provided as
refrence_id.Example: 456Array of user IDs to add as watchers to the task when commenting. These users will receive notifications about future updates.Example:
[5, 7, 9]Example Request
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The comment text (supports HTML)
Example:
"This task is progressing well. I've completed the first phase."
The ID of the task to add the comment to
Example:
456
Alternative field for task_id
Example:
456
The type of comment
Example:
"update"
Array of user IDs to add as watchers
Example:
[5, 7, 9]Response
Comment added successfully