Prerequisites
- Administrative privileges (
canAdminmust betruefor your account) - A Risksheet document that currently inherits from a template
When to Override
| Scenario | Rationale |
|---|---|
| Critical project phase | Freeze configuration to prevent unintended changes during certification or audit |
| Custom column layout | A specific FMEA analysis needs additional columns not in the standard template |
| Different risk methodology | The document uses a different risk scoring approach than the template provides |
| Local experimentation | Test configuration changes without affecting other template-linked documents |
Step 1: Override the Template
- Open the Risksheet document in Polarion
- Click the ☰ Menu button in the Risksheet toolbar
- Select Override Template
risksheet.json content and attaches it directly to the current document. The document now has its own independent configuration.
fromTemplateis set tofalsetemplateNameis cleared- The
sourceproperty points to the document’s own attachment - Changes to the global template no longer affect this document
Step 2: Edit the Overridden Configuration
Once a document has its own configuration, edit it using either method: Using the Configuration Editor:- Open the Risksheet document
- Click Menu > Configuration
- The editor opens with the document’s local
risksheet.json - Make changes and save
- Open the LiveDoc document in Polarion
- Navigate to the document’s Attachments section
- Download the
risksheet.jsonfile - Edit the JSON in a text editor (validate with a JSON linter)
- 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 the option to revert to the template configuration
- Risksheet removes the document-specific
risksheet.jsonattachment and restores the template link
Identify Configuration Source
You can determine whether a document uses its own configuration or inherits from a template:| Indicator | Template-Linked | Overridden |
|---|---|---|
fromTemplate | true | false |
templateName | Template display name | Empty |
source | Path to template attachment | Path to document attachment |
| Document attachments | No risksheet.json | Has risksheet.json |
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
risksheet.jsonis present - 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
risksheet.jsonbefore restoring the template link
See Also
- Use the Configuration Editor — modify the overridden 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
Sources
Sources
KB ArticlesSupport TicketsSource Code
DocumentConfigProvider.javaAppConfig.tsRisksheetViewServlet.javaOpenHelpCommand.tsPdfExportConfigurationService.java