Creates new comments for given task. Each comments requires a task_id,

POST /actions/tasks/batch-comment

text, a task_status and a person as arguments.

Responses

  • New comments created

POST /actions/tasks/batch-comment
curl \
 --request POST http://api.example.com/actions/tasks/batch-comment \
 --header "Authorization: $API_KEY"