linear_milestones
Details about Linear project milestones
-
id
Primary key - Unique identifier for the row
-
source_id
Foreign key - Identifier of the milestone in Linear
-
project_id
Foreign key - ID of the project to which the milestone belongs
-
name
string - Name of the milestone
-
description
string - Description of the milestone
-
status
string - The status of the project milestone. Possible values: done, next, overdue, unstarted
-
progress
number - The progress percentage of the project milestone (0.0 - 1.0)
-
target_date
date - Target completion date for the milestone
-
archived_at
date - Timestamp of when the milestone was archived in Linear
-
created_at
date - Timestamp of when the milestone was created in Linear
-
updated_at
date - Timestamp of when the milestone was updated in Linear
-
accessible
boolean - Boolean indicating if the milestone is accessible via API