Prerequisites
- Two or more risksheet documents configured in your Siemens Polarion ALM project
- Upstream or downstream link columns connecting work items between the documents
- The target document must have its own sheet configuration attached
How Nested Navigation Works
When a risksheet contains columns that reference work items stored in another risksheet document, you can open that target document directly from the grid. All linked data lives in Polarion work items — Risksheet does not maintain a separate data store, so navigation always resolves to actual Polarion items, subject to Polarion authorization and audit. Nested navigation is useful for multi-level analyses across any methodology — Failure Mode and Effects Analysis (FMEA), Hazard Analysis and Risk Assessment (HARA), Threat Analysis and Risk Assessment (TARA), STRIDE, or generic traceability matrices:- A system-level HARA linking down to component-level FMEAs
- A top-level risk register linking to detailed failure mode analyses
- A cybersecurity TARA linking to STRIDE threat sheets per component
- A requirements matrix linking to test case sheets
1
Configure the Upstream Link Column
Ensure the column that links to items in another document is properly configured in the sheet configuration. The linked items must reside in a document that has its own sheet configuration.For an upstream column that loads items from another document, declare an For downstream task columns that reference items in a separate document, configure
itemLink (or multiItemLink) column and provide typeProperties to scope the lookup. The full set of typeProperties sub-properties is:Two further sub-properties scope the lookup to other documents or projects when you need to point a column at a shared upstream library:
Example column definition in the sheet configuration:
dataTypes.task:2
Open a Linked Item via Context Menu
- Right-click a cell that contains a linked work item reference.
- From the context menu, select Open [Column] Item (the label embeds the column name, e.g. Open Item/Func Item) for upstream items, or the task type name (for downstream items).
- The linked work item opens in the Polarion item editor.
dataTypes.task.name if set, otherwise it defaults to Task.3
Enable Clickable Subsheet Links with `linkToRisksheet`
For master-detail architectures, configure the downstream task type so the task ID column becomes a clickable hyperlink that opens the child risksheet:With
linkToRisksheet: true, clicking the task ID in the parent grid navigates straight to the child risksheet document defined by dataTypes.task.document. This is the recommended pattern for hierarchical analyses — a master risksheet lists hazards, and each row links to a child risksheet with detailed mitigation analysis.4
Control Where New Items Are Created
When users create new items directly from the grid, For task creation in a specific target document (v24.8.1+):
createInCurrentDocument controls whether new items land in the current document or are created externally. To keep new items inside the current risksheet:5
Load Upstream Items from Another Project or Document
To load upstream items from a shared library or another project, use the In this example the autocomplete picks items from the Harms Library document, falling back to a shared project as well as the current one.
typeProperties.document and typeProperties.project sub-properties on the column. The grid still starts empty — items must be linked to the row work items (for example Risk Records) to appear.6
Navigate Between Nested Risksheets Using LiveDoc Embedding
If you embed a Risksheet widget in a LiveDoc page, you can drive navigation between nested sheets using URL parameters:
See Embed Risksheet in LiveDoc for widget configuration details.
Context Menu Options Reference
The following context menu actions are available for navigating to linked items:Open [Column] Item (the label embeds the column name, e.g. Open Item/Func Item) only appears when the cell contains a valid item link — the item ID must not start with
*, which indicates an unsaved item. Unsaved items must be saved before they can be opened in Polarion.Verification
You should now see:- ✅ Linked items in upstream and downstream columns display work item IDs from the target document
- ✅ Right-clicking a cell with a linked item shows Open [Column] Item (the label embeds the column name, e.g. Open Item/Func Item) or the task type name in the context menu
- ✅ Selecting the menu option opens the work item in the Polarion editor, from where you can navigate to the child risksheet
- ✅ With
linkToRisksheet: true, the task ID column is rendered as a hyperlink that opens the configured child document directly - ✅ New items created from the grid are stored according to
createInCurrentDocumentandcreateInDocument
See Also
- Embed Risksheet in LiveDoc — configure widget embedding for nested views
- Navigate to Risksheet from LiveDoc — open Risksheet from LiveDoc links
- Configure Upstream Traceability Columns — set up upstream item references
- Configure Downstream Traceability Columns — set up downstream task references
- Configure Cross-Project Linking — link items across project boundaries
- Work with Branched Documents — handle branched document references