Skip to main content
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 the risksheet.json configuration file.
If risksheet.json contains invalid JSON syntax (missing commas, unquoted keys, trailing commas), the grid will fail to load entirely. Use a JSON validator to check syntax before uploading.

Save Operation Errors

Errors that occur when saving modified work items to the Polarion server.

Session Errors

Errors related to session lifecycle and authentication.
Save your work regularly. If you need to step away from a long editing session, save before leaving. The session timeout duration is controlled by your Polarion server administrator.

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:
  1. Open developer tools with F12 or Ctrl+Shift+I (Windows/Linux) / Cmd+Option+I (macOS).
  2. Navigate to the Console tab to view JavaScript errors and warnings.
  3. Navigate to the Network tab to inspect HTTP requests and responses during save operations.
  4. Look for red error entries that include stack traces pointing to the error source.
  5. Copy the error details when reporting issues to support.
Filter console messages by typing risksheet or nextedy in the console filter box to isolate Risksheet-specific messages from other Polarion logs.

See Also

Last modified on July 10, 2026