Overview
When a downstream item (such as a mitigation task or control measure) is linked to multiple sub-items, you can configure a clickable link that opens those relationships in a dedicated nested risksheet. This keeps complex traceability visible while maintaining a clear separation between parent and child risk contexts.Configuration Steps
1. Create the Nested Risksheet Document
Create a separate Polarion document that defines the structure for your nested view. For example, if your main risksheet shows risks and their control measures, create a document (e.g.,Risks/Mitigations) that shows control measures as rows with their linked requirements as downstream items.
2. Configure the Nested Document Structure
Edit the nested document’srisksheet.json configuration to define:
- Main row items: The work item type that appears as rows (e.g., risk controls)
- Downstream items: The child items linked to each row (e.g., requirements)
3. Enable Link-to-Risksheet on the Main Document
In your main risksheet configuration, add thelinkToRisksheet property to the downstream data type and specify the target document path:
4. Add a Clickable Column
In your main risksheet’s column configuration, create a column that binds to the downstream item. The link icon will automatically appear whenlinkToRisksheet is enabled:
5. Optional: Display Sub-Items with Server Rendering
To show a preview of nested items directly in the main risksheet (e.g., all requirements linked to a control measure), add aserverRender column:
Verification
- Save your main risksheet configuration
- Locate a row with downstream items configured for nested linking
- Click the link icon next to the downstream item name
- The nested risksheet should open in the same tab, showing the selected item as a row with its children visible as downstream items
- Edit the nested items as needed
- Use browser back or navigate to your main risksheet to return
See Also
- Configure Downstream Traceability Columns - Set up basic downstream item columns
- Show Multiple Linked Items - Display multiple downstream items in a single column
- Embed Risksheet in LiveDoc - Embed risksheet tables directly in LiveDoc documents
- Display Multi-Level Hierarchies - Configure multi-level tree structures
- Customize Link Rendering - Control how item links appear in columns
Sources
Sources
KB Articles
- Open Risksheet from item on another Risksheet
- Adjusting Risksheet configuration
- Risksheet Document Config File - risksheet.json - format reference
- Risksheet Configuration Properties
risksheet.jsonRisksheetProjectProperties.javaAppConfig.tsOpenHelpCommand.tsRisksheetProduct.java