Add the Project Parameter
Add theproject property to your itemLink or multiItemLink column’s typeProperties section:
system_library project instead of the current project.
Configure Multi-Project Sources
To pull items from multiple projects, use space-separated Velocity snippets:Cross-Project Linking Limitations
Theproject parameter works only for direct links—it cannot traverse multi-hop dependencies:
What works:
- Risk in Project A links directly to Harm in Project B
- Specifying
"project": "project_b"retrieves the Harm
- Risk in Project A links to Harm in Project A, which links to Requirement in Project B
- The
projectparameter cannot retrieve transitive dependencies across project boundaries
Alternative Approaches for Multi-Hop Links
Option 1: Nested Risksheets
Create separate Risksheets for each project and link them:- Project A Risksheet shows Risks → Harms
- Project A Harm detail page embeds Project B Risksheet showing Harms → Requirements
Option 2: Data Denormalization
Add custom fields to duplicate critical cross-project data:- Add a “Linked Requirement” field to the Harm work item type
- Populate this field manually or via workflow automation
- Reference the denormalized field directly in Project A Risksheet
Option 3: Branched Documents
Use Polarion’s branching feature to reference work items across projects within a single document context. See Work with Branched Documents.Configure Cross-Project Item Creation
Control where new linked items are created using thecreateInDocument property:
Requirements/System document within the system_library project.
The
createInDocument property requires RISKSHEET version 24.8.1 or later.Verification
- Open your Risksheet document
- Click the autocomplete dropdown in your cross-project column
- Type at least 3 characters to trigger search
- ✅ You should see work items from the specified project(s) in the results
- Select an item to create a cross-project link
- Verify the linked item’s project badge shows the correct project ID
See Also
- Configure Upstream Traceability Columns
- Show Multiple Linked Items
- Configure Multi-Project Setup
- Manage Cross-Project Reviews
- Traceability and Linking
Sources
Sources
KB ArticlesSupport TicketsSource Code
RisksheetDataStorage.javaAppConfig.tsWorkItemBasedReview.javaDefaultTraceProvider.javaAppConfigParser.ts