Configure the Remove Strategy
Open yourrisksheet.json configuration and locate the dataTypes.risk section. Add or modify the removeStrategy property:
delete- Permanently deletes the risk work item from Polarionreject- Executes a workflow action to reject the item (preserves the item)
Configure Rejection Workflow
When usingremoveStrategy: "reject", configure the workflow action and status values:
rejectedAction- Workflow action to execute (must exist in your work item workflow)rejectedStatus- Status value to set when rejectedrejectedResolution- Resolution value to set when rejected
Workflow for Signature Requirements
If your risk removal process requires electronic signatures or approval dialogs:Fields requiring external system integration (like electronic signatures) cannot be edited inline via RISKSHEET. Multi-step workflows requiring verification must split actions between RISKSHEET (initial action) and Polarion (signature/verification).
Troubleshoot Deletion Failures
If deletion fails:- Open browser console (F12 key)
- Attempt to delete the risk item
- Review console errors for workflow or permission issues
- Check workflow configuration - Ensure the
rejectedActionexists in your work item type’s workflow - Verify permissions - Confirm you have delete permissions for the work item type
Verification
You should now see:- Delete strategy: Right-click a risk item → select Remove → item is permanently deleted from Polarion
- Reject strategy: Right-click a risk item → select Remove → item status changes to rejected and remains in the system
- Console errors resolved: No errors appear in browser console during removal operations
See Also
- Configure Multiple Risk Types - Handle different risk item types
- Configure FMEA Workflows - Set up FMEA-specific workflows
- Configure HARA Workflows - Set up HARA-specific workflows
- Risk Deletion Errors - Troubleshoot deletion failures
Sources
Sources
KB Articles
- Configure “Remove/Delete” Risk Action
- Adjusting Risksheet configuration
- Risksheet Configuration Properties
- How to evaluate Nextedy RISKSHEET
PolarionAppConfigManager.javaRemoveTaskCommand.tsRisksheetDataStorage.javaRisksheetProjectProperties.javaRisksheetViewServlet.java