Error message text may vary between Risksheet versions. The messages listed here are representative. Always check the browser console (F12 > Console) for additional diagnostic details.
Configuration Errors
Errors that occur when loading or parsing therisksheet.json configuration file.
Save Operation Errors
Errors that occur when saving modified work items to the Polarion server.Session Errors
Errors related to session lifecycle and authentication.Rendering Errors
Errors that affect how cells, columns, or the grid itself are displayed.Permission Errors
Errors related to user permissions and access control.Work Item Operation Errors
Errors that occur when creating, deleting, or modifying work items through the grid.Export Errors
Errors related to Excel and PDF export operations.Query Errors
Errors related to data loading and query execution.Date and Time Errors
Errors specific to date and time column operations.License Errors
Errors related to Risksheet licensing.Browser Console Diagnostic Steps
When encountering any error, the browser developer console provides the most detailed diagnostic information:- Open developer tools with
F12orCtrl+Shift+I(Windows/Linux) /Cmd+Option+I(macOS). - Navigate to the Console tab to view JavaScript errors and warnings.
- Navigate to the Network tab to inspect HTTP requests and responses during save operations.
- Look for red error entries that include stack traces pointing to the error source.
- Copy the error details when reporting issues to support.
See Also
- Troubleshooting — Overview of all troubleshooting guides
- Save Operation Failures — Detailed save error resolution
- Rendering and Display Errors — Grid display troubleshooting
- Access Denied Errors — Permission troubleshooting