Create task comment
Comments
Create task comment
Add a comment to a task. Mentions in the content notify the mentioned users, and the assignee is notified too. Returns the stored activity row, which carries no author object — read the list route for that.
POST
Create task comment
Authorizations
API key or session token (Bearer)
Path Parameters
Body
application/json
Response
The created comment
One of: comment, task, create, status_changed, priority_changed, assignee_changed, unassigned, due_date_changed, title_changed, description_changed.
Set when the activity was imported from another tool.
The tool it was imported from, e.g. planka, trello, jira.
Type-specific payload, e.g. { oldStatus, newStatus } for status_changed. Null for plain comments.