Prerequisites
- Administrative privileges for the Polarion project
- A Risksheet document that currently inherits from a template
When to Override
Risksheet is a generic tool supporting any risk methodology — FMEA, HARA, TARA, STRIDE, and CVSS — so an override may be useful whenever a single document needs to diverge from the shared template configuration.
Step 1: Override the Template
- Open the Risksheet document in Polarion
- Click the ☰ Menu button in the Risksheet toolbar
- Select Override Template
- The document has its own sheet configuration attachment
- Changes to the global template no longer affect this document
- The document continues to behave normally — only its configuration source has changed
Step 2: Edit the Overridden Configuration
Once a document has its own sheet configuration, edit it using either method. Using the configuration editor:- Open the Risksheet document
- Click Menu > Configuration > Edit Risksheet Configuration
- The editor opens with the document’s local sheet configuration
- Make changes in the YAML editor (syntax highlighting and error detection are available since v25.5.0) and save
- Open the LiveDoc document in Polarion
- Navigate to the document’s Attachments section
- Download the sheet configuration attachment
- Edit the file in a text editor
- Upload the modified file back as an attachment
Revert to Template Configuration
To re-link a document to its original template:- Open the Risksheet document
- Click the ☰ Menu button
- Select Revert to Template
- Risksheet removes the document-specific sheet configuration attachment and restores the template link
Identify Configuration Source
You can determine whether a document uses its own sheet configuration or inherits from a template by inspecting the document attachments and the Risksheet toolbar:Runtime Properties (Server-Managed)
When tooling or diagnostic views read a sheet configuration through the Risksheet server, several runtime properties are attached that describe the configuration’s provenance:fromTemplate—truewhen the document still inherits from a template,falsewhen overriddentemplateName— the display name of the template (populated only while inheriting)source— the resolved attachment path (the template’s attachment while inheriting, the document’s own attachment after override)canAdmin— whether the current user is permitted to change the configuration sourcereviewer— populated when an approval review is in progress for the document
Step 3: Verify the Override
After overriding the template:- Open the Risksheet document and verify your custom configuration is active
- Check the document attachments to confirm the sheet configuration is present locally
- Make a small change (such as hiding a column) and verify it persists after page refresh
- Open another document linked to the same template and confirm it still shows the original template configuration
Best Practices
- Document the reason for overriding in the document’s description so team members understand why the configuration differs
- Review overridden documents periodically to determine if they can be re-linked to an updated template
- Back up before reverting — download the sheet configuration attachment before restoring the template link
See Also
- Use the Configuration Editor — modify the overridden sheet configuration
- Find Configuration Files — verify the configuration source
- Set Up Global Templates — understand the template you are overriding
- Configure Template Paths — control where documents are created