TaskStatus
A column of your task board. Moving a task between statuses is how you track its progress.
- colorType: string | nullrequired
Hex color the status is drawn in, or
nullwhen it has none. - idType: string Format: uuidrequired
Unique identifier for the status. Pass this value as
task_status_idwhen creating or updating a task. - positionType: integerrequired
Position of the status on the board, ordered left to right.
- stateType: string enumrequired
Whether tasks in this status count as open (
active) or finished (complete).values- active
- complete
- statusType: stringrequired
Status name as it appears on the board.