How It Works
Shared knowledge is tagged by repository set. When you export from a project that uses repositories A and B, the exported configuration is stored under the exact set[A, B]. Later, when someone creates a new project with the same two repositories, detects the match and offers to import.
The export is a one-time snapshot. After import, the new project owns its own copy of the configuration. Changes in the new project do not affect the exported knowledge, and re-exporting from the source project does not update projects that already imported.
Exporting Knowledge
To share a project’s configuration with your organization:- Open the project’s Roadmap
- Click the settings icon next to the project name

- Click Share knowledge for organization

- Review what will be shared and click Share

If shared knowledge already exists for this repository set, the dialog shows a warning that exporting will replace it. Projects that already imported the previous version are not affected.
Importing During Project Creation
When you create a new project and select repositories, automatically checks for matching shared knowledge. You see one of three states in the Organizational Knowledge section of the create project form:
If you choose Import knowledge, the configuration is copied into the new project after creation. Onboarding stages that the imported configuration covers (build environment setup and project setup) are marked as complete with an “Imported from org” label, and you proceed directly to later stages.
If you choose Start fresh, the project goes through full onboarding as normal.
Browsing Shared Knowledge
The Shared Knowledge page gives you visibility into all exported knowledge across your organization. Access it from the sidebar navigation.
- The repository handles the knowledge applies to
- Which project exported it and when
- Artifact type buttons with counts you can expand to read the full content
Reading Artifact Content
Click any artifact type button on a card to expand and read its content. The content renders in the same format used in the project’s own knowledge views.

Searching and Filtering
Use the search bar to find knowledge by repository name. Matching text is highlighted in the results. Use the Filter by repo dropdown to narrow the list to cards containing specific repositories. The filter supports two modes:
Matching Rules
Shared knowledge matches on the exact repository set. A knowledge export tagged with repositories[A, B] only appears when creating a project with exactly [A, B] - not [A] alone, not [A, B, C].
Repository matching uses normalized handles (org/repo format), so the same repository matches regardless of the protocol or URL format used during project creation.