Configure Upstream Cross-Project Columns
To display linked items from another Polarion project in anitemLink or multiItemLink column, add the project parameter to the column’s typeProperties:
$projectId runtime variable resolves to the current project ID:
typeProperties Sub-Properties Reference
ThetypeProperties object on an itemLink or multiItemLink column accepts the following sub-properties. Use the correct names — linkTypes (plural, comma-separated string) and linkRole (not type or role):
In addition to these six core sub-properties, cross-project columns commonly use
project (cross-project loading) and createInCurrentDocument (control where new items are saved). The document sub-property restricts the autocomplete to a specific upstream library document.
Configure Downstream Cross-Project Tasks
To display and create downstream tasks in another project, useproject or projects in the dataTypes.task section:
Single target project:
Save New Items in the Current Project
When a column loads items from multiple projects, new items created from that column are saved in the first listed project. To force new items into the current project, addcreateInCurrentDocument:
Dynamic Configuration via Configuration Properties
For portable configurations that work across different project environments, use Risksheet configuration properties to dynamically resolve project IDs, link roles, and types in the sheet configuration:Cross-Project Work Item Operations
Risksheet supports full CRUD operations on cross-project items. All data lives in Polarion work items — Risksheet does not store anything separately, so cross-project links resolve through Polarion’s standard work item APIs:Limitations
Verify Your Configuration
After setting up cross-project linking:- Open the Risksheet document and confirm that linked items from other projects appear in the configured columns
- Create a new linked item and verify it is stored in the expected project
- Confirm that autocomplete suggestions show items from all configured projects
- Check that unlinking and deletion work correctly for cross-project items
See Also
- Manage Cross-Project Resources — shared resources across projects
- Configure Target Document Creation — controlling where new items are stored
- Configure Multi-Project Setup — project-level settings
- Configure Downstream Tasks — task configuration
- Configure Upstream Traceability Columns — upstream column setup