linear_states
Details about Linear states
-
id
Primary key - Unique identifier for the row
-
source_id
Foreign key - Identifier of the state in Linear
-
team_id
Foreign key - ID of the team to which the state belongs
-
archived_at
date - The time at which the entity was archived
-
description
string - Description of the state
-
name
string - Name of the state
-
position
number - The position of the state in the team flow
-
state_type
string - The type of the state. One of 'triage', 'backlog', 'unstarted', 'started', 'completed', 'canceled'.
-
accessible
boolean - Boolean indicating if the state is accessible via API
-
created_at
date - Timestamp of when the state was created in Linear
-
updated_at
date - Timestamp of when the state was updated in Linear