# Create a new comment for a task Required scopes: task-management:write Endpoint: POST /tasks/comments Version: v1 Security: http, oauth2 ## Request fields (application/json): - `external_id` (string,null) Can be used to add an identifier from an external system, must be unique within integration (integration's slug) - `external_origin` (string) If not set, integration's slug will be used as default - `task_id` (string, required) - `parent_comment_id` (string,null) - `comment` (string) In HTML use " /> to mention user - `is_public` (boolean) ## Response 401 fields (application/json): - `message` (string, required) Error overview. ## Response 422 fields (application/json): - `message` (string, required) Errors overview. - `errors` (object, required) A detailed description of each field that failed validation.