Resolve errors when attempting to delete risk items from your Nextedy RISKSHEET, particularly for imported work items or risks with specific workflow configurations.
removeStrategy - Set to "delete" for permanent removal or "reject" to use workflow actions
rejectedAction - Workflow action name to execute when deleting (e.g., "reject", "remove")
rejectedStatus - Target status after deletion (e.g., "rejected", "deleted")
rejectedResolution - Resolution value to set (e.g., "invalid", "withdrawn")
Work items imported through Polarion’s Excel importer may have incomplete workflow state initialization. If manually created risks delete successfully but imported risks fail, the issue is workflow-related rather than configuration-related.
For Polarion 2310 and later, ensure your workflow includes the reject action:
Navigate to ⚙️ Administration → Workflow
Select your risk work item type (e.g., Hazard, Risk)
Verify a reject action exists (or matches your rejectedAction setting)
Confirm the rejected status exists and is reachable from current states
Check that transition rules allow the reject action
If the reject action is missing:
Add a new action named reject
Configure it to transition items to the rejected status
Set the resolution to invalid (or your configured rejectedResolution)
Save and restart Polarion server
Create a new risk manually in RISKSHEET and try deleting it. If this works but imported risks fail, the workflow configuration is correct - the imported items have incomplete state data. Contact support to investigate import-specific initialization.