Configuration Reference Pages
Configuration Properties Index — Complete listing of all configuration properties with types, defaults, allowed values, and descriptions. Use this as the primary lookup reference when configuring Risksheet. Risksheet.json Format — Structure and schema of therisksheet.json configuration file attached to Polarion documents, including top-level sections, nesting rules, and file attachment conventions.
Default Configuration Values — Default values applied by the system when properties are not explicitly set in the document or template configuration. Useful for understanding baseline behavior before customization.
Work Items Widget Parameters — Parameters controlling work item display, sorting, filtering, and user interaction within the risk analysis grid.
Plans Widget Parameters — Parameters for the plans widget integration that connects Risksheet to Polarion planning views.
Template Path Configuration — Project-level settings for document template paths, creation folders, and template suggester behavior in the Polarion UI.
Document Configuration Override — How to detach a document’s configuration from its global template for per-document customization, and the implications for future template updates.
Configuration Validation Rules — Rules the system applies when validating risksheet.json content, including required fields, type constraints, and common validation errors.
Configuration Interactions — How configuration properties interact with each other, including dependencies, conflicts, and precedence rules when multiple properties affect the same behavior.
Configuration Hierarchy
Risksheet configuration follows a three-tier inheritance model. Properties set at a lower tier override those from a higher tier, allowing broad defaults with per-document customization.Quick Reference: Common Configuration Tasks
| Task | Reference Page |
|---|---|
| Look up a specific property | Configuration Properties Index |
| Understand the JSON file structure | Risksheet.json Format |
| Check what defaults apply | Default Configuration Values |
| Customize a single document | Document Configuration Override |
| Set up template paths for a project | Template Path Configuration |
| Troubleshoot validation errors | Configuration Validation Rules |
| Resolve property conflicts | Configuration Interactions |
Related Sections
- Column Types — Column-specific configuration properties and type reference
- Formulas — Formula syntax, functions, and calculation examples for computed columns
- Styling — Cell decorators, CSS classes, conditional formatting, and item color configuration
- Templates — Velocity templates for top panel, PDF export, and custom renderers
- Configuration Management — How-to guides for practical configuration tasks (editor usage, global templates, multi-project setup)
Sources
Sources
KB ArticlesSource Code
RisksheetViewServlet.javaSystemConsts.javaAppConfig.tsShowConfigurationCommand.tsDocumentConfigProvider.java