Skip to main content

Tasks

Tasks are the primary unit of work. They belong to a team and can be nested under a parent task.

Status values

TODO · IN_PROGRESS · IN_REVIEW · BLOCKED · DONE · CANCELLED

Priority values

LOW · MEDIUM · HIGH · URGENT

List tasks

Returns a paginated list of tasks visible to the authenticated user.

Get task

Also accepts the short reference form (e.g. PLAT-42).

Create task

Required: title, teamId.

Update task

All fields are optional; only provided fields are updated.

Delete task


List sub-tasks

Returns child tasks nested under the given task.