linear_issue_cycles
Record of cycles applied to issues in Linear
-
id
Primary key - Unique identifier for the row
-
cycle_id
Foreign key - ID of the cycle applied to the issue
-
issue_id
Foreign key - ID of the issue which the cycle is applied
-
project_id
Foreign key - ID of the project to which the issue belongs
-
planned
boolean - Boolean indicating if the issue was planned for the cycle
-
planned_points
number - Number of story points planned for the issue in the cycle, if the issue was planned
-
deleted_at
date - Date at which the issue was removed from the cycle, if ever