Prerequisites
Before starting, ensure you have:- Risksheet installed and licensed in your Polarion project
- Administrative access to edit
risksheet.json - Severity and probability custom fields defined on your risk work item type
- Familiarity with the configuration editor
When to Use Action Priority vs. RPN
The AIAG & VDA FMEA Handbook introduced Action Priority as a replacement for traditional RPN scoring. Rather than multiplying three numerical ratings, Action Priority maps severity and occurrence directly to action categories.| Low Probability | Medium Probability | High Probability | |
|---|---|---|---|
| High Severity | Further Investigation | Unacceptable | Unacceptable |
| Medium Severity | Acceptable | Further Investigation | Unacceptable |
| Low Severity | Acceptable | Acceptable | Further Investigation |
- Acceptable — No action required
- Further Investigation — Evaluate further, action recommended
- Unacceptable — Action mandatory
Step 1 — Define Rating Enumerations
Configure severity and probability scales in theratings section of risksheet.json:
Step 2 — Create the Risk Value Formula
Define ariskValue function in the formulas section that maps severity and probability to action categories using conditional logic:
Step 3 — Configure the Risk Value Column
Add a calculated column that references theriskValue formula:
actionPriority column is automatically read-only because it uses a formula property.
Step 4 — Add Conditional Formatting
Apply color-coded styling to the Action Priority column usingcellDecorators and styles:
| Action Priority | Color | Meaning |
|---|---|---|
| Acceptable | Green | No further action required |
| Further Investigation | Yellow | Evaluate and decide on risk reduction |
| Unacceptable | Red | Action is mandatory |
Step 5 — Apply to Row Headers (Optional)
For at-a-glance risk visibility, apply the same logic to the row header renderer:Customizing the Matrix
To adapt the Action Priority matrix to your specific risk acceptance criteria:- Adjust thresholds — modify the if-statement conditions in the
riskValueformula to change which severity/probability combinations map to each category - Add categories — extend the formula with additional return values (e.g., “Monitor”, “Urgent”) and add matching styles
- Use numeric scores — if you prefer a numeric Action Priority score instead of categories, return a calculated number and use threshold-based
cellDecoratorssimilar to RPN formatting
Verification
After saving your configuration:- Reload the Risksheet document in your browser
- You should now see Severity and Probability input columns alongside the calculated Action Priority column
- Enter severity and probability values for a risk item — the Action Priority cell should display a color-coded category
- Verify that different severity/probability combinations produce the expected action categories
See Also
- Configure FMEA Workflows — traditional RPN-based risk assessment
- Set Up Risk Matrices — custom matrix configurations
- Configure Calculated Columns — formula syntax reference
- Apply Conditional Formatting — additional cell styling options
- Configure HARA Workflows — HARA with risk matrix lookup
Sources
Sources
KB Articles
- Configure Multiple Risk Item types
- What Work Items are visible on the Risksheet and understanding levels
- Adjusting Risksheet configuration
RisksheetProjectProperties.javaAddTaskCommand.tsAppConfig.tsResultFilter.javaPolarionAppConfigManager.java