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/comment/{taskId}

Path parameters

taskIdstring required

Request body

contentstring required
externalUserNamestring

Attribution for an imported comment. Ignored unless externalSource is also given.

externalSource'planka' | 'trello' | 'jira'

The tool the comment was imported from.

Response

The created comment

idstring required
taskIdstring required
typestring required

One of: comment, task, create, status_changed, priority_changed, assignee_changed, unassigned, due_date_changed, title_changed, description_changed.

createdAtstring date-time required
updatedAtstring date-time required
userIdstring nullable required
contentstring nullable required
{"stackTrail":"components:schemas:Activity:properties:eventData","oasType":"schema","type":"unknown","description":"Type-specific payload, e.g. { oldStatus, newStatus } for status_changed. Null for plain comments."}
externalUserNamestring nullable required

Set when the activity was imported from another tool.

externalUserAvatarstring nullable required
externalSourcestring nullable required

The tool it was imported from, e.g. planka, trello, jira.

externalUrlstring nullable required

Changes