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
Configure the Upstream Link Column
itemLink (or multiItemLink) column and provide typeProperties to scope the lookup. The full set of typeProperties sub-properties is:dataTypes.task: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.Enable Clickable Subsheet Links with `linkToRisksheet`
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.Control Where New Items Are Created
createInCurrentDocument controls whether new items land in the current document or are created externally. To keep new items inside the current risksheet:Load Upstream Items from Another Project or Document
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.Navigate Between Nested Risksheets Using LiveDoc Embedding
Context Menu Options Reference
The following context menu actions are available for navigating to linked items:*, 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