Open the Configuration Editor
- Open your Risksheet document in Polarion
- Click Menu > Configuration > Edit Risksheet Configuration…
- The editor opens in a new browser tab
Editor Interface Overview
- JSON/YAML toggle - Switch between format modes with syntax highlighting
- Download - Export current configuration as a file
- History - View previous configuration versions
- Template dropdown - Switch between document-specific and template configuration
- Validation panel - Shows real-time syntax errors and warnings
Make Configuration Changes
Edit in JSON Mode
JSON mode provides the traditional risksheet.json format:- Click the JSON tab if not already selected
- Navigate to the section you want to modify (global, columns, formulas, etc.)
- Edit the property values directly
- Check the validation panel at the bottom for syntax errors
Edit in YAML Mode
YAML mode (version 25.5.0+) offers cleaner syntax without braces and quotes:- Click the YAML tab
- Edit using YAML syntax with proper indentation
- Validation detects both YAML syntax errors and configuration schema issues
Save and Apply Changes
- Review the validation panel - it must show ✅ No issues found
- Click Save Configuration
- Return to your Risksheet browser tab
- Refresh the page to load the new configuration
Template vs Document Configuration
Understanding the Hierarchy
Risksheet searches for configuration in this order:- Document attachment -
risksheet.jsonattached directly to the LiveDoc - Template attachment -
risksheet.jsonattached to the template document referenced by thetemplateDoccustom field - Built-in default - Hardcoded default configuration if no files found
Override Template Configuration
By default, document configuration inherits from the template. To create a document-specific configuration:- In the configuration editor, click the Template dropdown
- Select Override Template
- Edit the configuration as needed
- Click Save Configuration
risksheet.json attachment and will not inherit future template changes.
Revert to Template
To discard document-specific configuration and return to template inheritance:- Click the Template dropdown
- Select Use Template Configuration
- Confirm the action
Use Configuration History
The History feature (version 25.5.0+) tracks previous configuration versions:- Click the History button
- Browse the list of saved configurations with timestamps
- Select a previous version to view its content
- Click Restore to revert to that configuration
Keyboard Shortcuts
The editor supports these shortcuts:| Shortcut | Action |
|---|---|
Ctrl+S (Windows) / Cmd+S (Mac) | Save configuration |
Ctrl+F (Windows) / Cmd+F (Mac) | Find text in configuration |
Ctrl+H (Windows) / Cmd+H (Mac) | Find and replace |
Ctrl+Z (Windows) / Cmd+Z (Mac) | Undo changes |
Ctrl+Shift+Z (Windows) / Cmd+Shift+Z (Mac) | Redo changes |
Verify Your Changes
After saving and refreshing your Risksheet:- Column changes - New columns appear, renamed headers display correctly
- Formula changes - Calculated columns show updated values
- Style changes - Cell colors and formatting reflect new rules
- Global changes - Refresh behavior, culture settings, menu options work as configured
- Did you save in the editor? Look for a save confirmation message
- Did you refresh the Risksheet browser tab? Press
Ctrl+R/Cmd+R - Is the configuration attached at the right level (document vs template)?
- Are there JavaScript errors? Open browser DevTools Console (
F12)
See Also
- Find Configuration Files - Locate risksheet.json in Polarion documents
- Override Template Configuration - Control template vs document configuration
- Configuration Properties Index - Complete property reference
- Risksheet.json Format - Configuration file structure
Sources
Sources
KB Articles
- Adjusting Risksheet configuration
- Risksheet Document Config File - risksheet.json - format reference
- Risksheet Configuration Properties
ShowConfigurationCommand.tsCellEditorFormatter.tsRisksheetViewServlet.javaAppConfigParser.tsAppConfig.ts