TaskStatus

A column of your task board. Moving a task between statuses is how you track its progress.

  • color
    Type: string | null
    required

    Hex color the status is drawn in, or null when it has none.

  • id
    Type: string Format: uuid
    required

    Unique identifier for the status. Pass this value as task_status_id when creating or updating a task.

  • position
    Type: integer
    required

    Position of the status on the board, ordered left to right.

  • state
    Type: string enum
    required

    Whether tasks in this status count as open (active) or finished (complete).

    values
    • active
    • complete
  • status
    Type: string
    required

    Status name as it appears on the board.