linear_project_status_changes
Records of the statuses projects have had.
-
id
Primary key - Unique identifier for the row
-
project_id
Foreign key - ID of the Linear project to which the record belongs
-
status_id
Foreign key - ID of the Linear project status the project was changed to
-
actor_id
Foreign key - ID of the user who changed the status. Null when the actor is not a Linear user we import, such as an automation.
-
changed_at
date - Timestamp from Linear's project history of when the project moved into the status