bitbucket_server_projects
Details about Bitbucket projects
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - ID of the project in Bitbucket
-
source_url
string - URL to the project
-
key
string - Key for the project
-
name
string - Name of the project
-
description
string - Description of the project
-
public
boolean - Boolean indicating if the project is public or not
-
connection_id
Foreign key - ID of the Data Cloud connection importing the project.
-
api_accessible
boolean - Whether the project is accessible via API.