linear_project_statuses
Details about Linear project statuses. Statuses are workspace level unless they are scoped to a single team.
-
id
Primary key - Unique identifier for the row
-
source_id
Foreign key - Identifier of the project status in Linear
-
team_id
Foreign key - ID of the team the status is scoped to, or null for workspace level statuses
-
archived_at
date - The time at which the entity was archived
-
description
string - Description of the project status
-
name
string - Name of the project status
-
position
number - The position of the status within its type group in the workspace's project flow
-
state_type
string - The type of the status. One of 'backlog', 'planned', 'started', 'paused', 'completed', 'canceled'.
-
created_at
date - Timestamp of when the project status was created in Linear
-
updated_at
date - Timestamp of when the project status was updated in Linear