Configuration Not Loading
Symptoms
- RISKSHEET displays with default configuration instead of your custom settings
- Changes to risksheet.json have no effect
- Configuration editor shows empty or default values
Resolution Steps
- Verify Configuration File Location Check the configuration hierarchy in this order:
-
Check templateDoc Field
Open your RISKSHEET document properties and verify:
- The
templateDocfield points to the correct template document - The template document exists and is accessible
- The template document has a
risksheet.jsonattachment
- The
-
Validate Configuration Syntax
Open Menu > Configuration > Edit Risksheet Configuration and check for:
- JSON syntax errors (missing commas, brackets)
- YAML mode error highlighting (available in version 25.5.0+)
- Red error indicators in the configuration editor
RISKSHEET Topic Missing from Sidebar
Symptoms
- RISKSHEET topic does not appear in Polarion sidebar
- Cannot access RISKSHEET interface after installation
Resolution Steps
-
Install Demo Project First
RISKSHEET requires at least one demo project to be installed:
- Navigate to Administration > Setup > Install Demo Project
- Install the FMEA or HARA template project
- This creates the necessary topic registration
-
Add Topic Configuration Manually
If the demo project is installed but the topic is still missing:
- Navigate to Administration > Portal > Topics
- Add:
<topic id="risksheet"/> - Save the configuration
- Refresh your browser
Template Not Appearing in Document Creation
Symptoms
- Template dropdown is empty when clicking ”+ New Blank Document”
- Expected template not listed
Resolution Steps
-
Verify Template Path Configuration
Check Administration > Configuration Properties:
- Ensure the path matches the actual document location
- For multiple templates, verify comma-separated syntax
- Path format:
SpaceName/Document Name
-
Check Template Document Type
Verify the template document:
- Is of type
riskSpecification(or your configured type) - Has the
templateDoccustom field configured - Is accessible to your user account
- Is of type
-
Verify Document Type Configuration
Ensure document types are registered:
For multiple types:
Configuration Changes Not Taking Effect
Symptoms
- Edited risksheet.json but changes don’t appear
- Configuration reverts to previous state
Resolution Steps
-
Clear Browser Cache
- Press
Ctrl+Shift+R(Windows/Linux) orCmd+Shift+R(Mac) - Force reload the RISKSHEET page
- Press
-
Check Configuration Scope
Understand where your changes apply:
Configuration Location Scope Document attachment Single document only Template attachment All documents from this template Global template All projects using this global template -
Verify Write Permissions
- Ensure you have edit permissions on the document
- Check that the risksheet.json file is not read-only
- Confirm you have
canAdminpermissions
Work Item Type Not Recognized
Symptoms
- “Type not found” errors in configuration
- Work items don’t appear in RISKSHEET
- Cannot create new risk items
Resolution Steps
-
Verify Work Item Type Exists
- Navigate to Administration > Work Items > Types
- Confirm the type name matches your configuration exactly
- Type names are case-sensitive
-
Check dataTypes Configuration
-
Review Type Permissions
- Ensure your user role can create/edit this work item type
- Check project-level permissions
- Verify workflow allows state transitions
Diagnostic Checklist
Use this checklist to systematically diagnose configuration issues:Verification
After resolving configuration issues, you should:- See your custom columns and layout in RISKSHEET
- Be able to create documents from templates
- Successfully edit cells and save changes
- Observe configuration changes immediately after browser refresh
See Also
- Add RISKSHEET to Existing Project
- Use the Configuration Editor
- Find Configuration Files
- Configure Permissions
- Configuration System
- Common Troubleshooting
Sources
Sources
Source Code
OpenHelpCommand.tsPolarionAppConfigManager.java