Basic Configuration
The upstream/parent column uses theitemLink column type to connect Risk items to their upstream dependencies.
Minimum required configuration:
"type": "itemLink"— Declares this column displays linked work items"linkRole"— The Polarion link role connecting the Risk item to its parent (e.g., “assesses”, “assessedHazard”)"linkTypes"— Comma-separated list of allowed work item types (e.g., “systemrequirement,softwarerequirement,systemelement”)"level": 1— Indicates this is a top-level upstream column
Upstream Traceability Flow
Loading Upstream Items
Filter by Document, Project, or Query
You can use any combination ofdocument, project, and query to control which upstream items are available for linking:
Dynamic Query Filtering with Query Factory
UsequeryFactory to filter upstream items based on other column values. For example, load situations that are linked to a specific event:
Creating New Upstream Items
Disable “Create New” Option
By default, RISKSHEET suggests creating a new upstream item if none exists. To disable this:Create in Current Document
Force new items to be created in the current Risksheet document:Create in Specific Document
Starting with version 24.8.1, specify a target document for new items while loading from a different location:Using Backlinks for Traceability
You can also display backlinks (reverse relationships) as upstream columns. Set"backLink": true in typeProperties:
Adding Sub-Columns
Once you configure an upstreamitemLink column, you can display properties of the linked item using dot notation in the bindings property:
By default, sub-columns showing upstream item properties are read-only to prevent unintended changes to shared upstream objects. You can override this with
"readOnly": false, but users may not realize changes impact other Risksheets.Verification
After configuring upstream traceability columns:- Open your Risksheet in Polarion
- The upstream column should appear with a clickable link icon
- Click the cell to open the item picker showing filtered upstream items
- Select an upstream item to create the link
- Sub-columns should populate with properties from the linked item
See Also
- Show Multiple Linked Items — Configure
multiItemLinkcolumns to show multiple upstream work items in one cell - Enable Editing of Upstream Columns — Make upstream sub-columns editable
- Enable Conditional Linking — Control link creation based on custom field values
- Configure Downstream Traceability Columns — Link Risk items to mitigation tasks
- Traceability and Linking — Understand upstream/downstream relationships in RISKSHEET
Sources
Sources
KB Articles
- Add Risksheet column
- Configure upstream column to show multiple linked work items
- Configure upstream traceability columns
- Configure downstream traceability columns (tasks, risk control measures)
- Enable editing of read-only up-stream columns
RisksheetProjectProperties.javaPolarionAppConfigManager.javaExportToPdf.tsrisksheet.jsonDefaultTraceProvider.java