Define Risk Work Item Types
Open yourrisksheet.json configuration file and locate the dataTypes section. Specify multiple work item types for the risk level using comma-separated type IDs:
Add an Item Type Column
Create a column that displays the work item type and provides a dropdown selector during creation:Configure Type-Specific Link Roles
When displaying multiple risk types, you may need different link roles for upstream columns depending on the risk type. This requires enabling link role compliance checking.Enable Link Role Compliance
Add this property to Administration > Configuration Properties:Define Multiple Link Roles
Configure item link columns with comma-separated link roles that correspond to your risk types:Example Configuration Flow
| Risk ID | Type | Link Role Used |
|---|---|---|
| RSK-101 | Risk | assesses |
| RSK-102 | Issue | relates |
| RSK-103 | Hazard | impacts |
Verification
After configuration:- Create a new risk item - you should see a dropdown with all configured types
- Select different types and create items
- Check linked items in Polarion’s Links & Revisions tab - verify that the correct link role was applied based on the risk type
See Also
- Configure Multiple Downstream Types - Set up multiple task types for mitigations
- Data Model and Work Items - Understand work item hierarchies
- Traceability and Linking - Learn about link roles and relationships
- Configure Queries - Filter items by type using queries
- Item Link Columns - Reference for item link configuration
Sources
Sources
KB Articles
- Configure Multiple Risk Item types
- Risksheet Configuration Properties
- What Polarion license types does Risksheet support?
- Setup risk review process
risksheet.jsonRisksheetProjectProperties.javaPolarionAppConfigManager.javaAppConfig.tsRisksheetViewServlet.java