issue_collections
Collection of issues.
-
id
Primary key - Unique identifier for the row.
-
source
string - Source system of the issue collection.
-
source_id
Foreign key - ID of the issue collection in the source system.
-
name
string - Name of the issue collection.
-
collection_type
string - Type of the issue collection.
-
api_accessible
boolean - Boolean indicating if the collection is accessible via API.
-
row_created_at
date - Timestamp when the row was created.
-
row_updated_at
date - Timestamp when the row was last updated.
-
external_id
Foreign key - External ID of the issue collection.
-
source_table_id
Foreign key - ID of the source table.