linear_issues
Details about Linear issues
-
id
Primary key - Unique identifier for the row
-
source_id
Foreign key - Identifier in Linear of the issue
-
assignee_id
Foreign key - ID of the user who is assigned the issue
-
parent_id
Foreign key - ID of the parent linear issue
-
creator_id
Foreign key - ID of the user who created the issue
-
project_id
Foreign key - ID of the project to which the issue belongs
-
state_id
Foreign key - State that the linear issue is in
-
team_id
Foreign key - ID of the team to which the issue belongs
-
source_url
string - URL of the issue
-
identifier
string - Issue's human readable identifier (eg ENG-123)
-
number
number - Issue number
-
archived_at
date - The time at which the entity was archived
-
auto_archived_at
date - The time at which the issue was automatically archived by the auto pruning process
-
auto_closed_at
date - The time at which the issue was automatically closed by the auto pruning process
-
start_date
date - The estimated start date of the project.
-
started_at
date - The time at which the issue was moved into started state
-
completed_at
date - The time at which the issue was moved into completed state
-
canceled_at
date - The time at which the issue was moved into canceled state
-
started_triage_at
date - The time at which the issue entered triage
-
triaged_at
date - The time at which the issue left triage
-
cycle_time
number - Time difference between when the issue was started (started_at) and the issue was completed (completed_at).
-
snoozed_until
date - The time until an issue will be snoozed in Triage view
-
title
string - Title of the issue
-
estimate
number - The estimate of the complexity of the issue
-
priority
number - The priority of the issue 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low
-
priority_label
string - Label for the priority
-
due_date
date - The date at which the issue is due
-
trashed
boolean - Boolean that indicates whether the issue is in the trash bin
-
created_at
date - Timestamp of when the issue was created in Linear
-
updated_at
date - Timestamp of when the issue was updated in Linear
-
accessible
boolean - Boolean indicating if the issue is accessible via API