linear_teams
Details about Linear teams
-
id
Primary key - Unique identifier for the row
-
source_id
Foreign key - Identifier of the team in Linear
-
organization_id
Foreign key - ID of the organization to which the team belongs
-
description
string - Description of the team
-
key
string - The team's unique key
-
name
string - Name of the team
-
number_of_issues
number - Issues associated with the team
-
private
boolean - Boolean indicating if the team is private
-
archived_at
date - Timestamp of when the team was archived
-
accessible
boolean - Boolean indicating if the team is accessible via API
-
created_at
date - Timestamp of when the team was created in Linear
-
updated_at
date - Timestamp of when the team was updated in Linear