v1
latestOpenAPI 3.0.12026-08-0621301.7 MBTasks
Add a task
Adds a new task.
post/tasks
Request body
titlestring required
The title of the task
project_idnumber required
The ID of a project
descriptionstring
The description of the task
parent_task_idnumber
The ID of a parent task. Can not be ID of a task which is already a subtask.
assignee_idnumber
The ID of the user assigned to the task. When the assignee_id field is updated, the assignee_ids field value will be overwritten by the assignee_id field value.
assignee_idsnumber[]
The IDs of users assigned to the task. When the assignee_ids field is updated, the assignee_id field value will be set to the first value of the assignee_ids field, or null if the list is empty.
done0 | 1
Whether the task is done or not. 0 = Not done, 1 = Done.
due_datestring date
The due date of the task. Format: YYYY-MM-DD.
Response
Created task.
successboolean
additional_dataobject nullable