What gets upgraded when I install a new Risksheet version?
What gets upgraded when I install a new Risksheet version?
Do I need to migrate my existing sheet configuration after an upgrade?
Do I need to migrate my existing sheet configuration after an upgrade?
columns, levels, dataTypes, formulas, cellDecorators, and styles continue to work. Migration is typically needed only when you want to adopt a new property (for example createInDocument or linkToRisksheet) or fix a property name that was previously misspelled. See Configuration Management for the recommended workflow.Where do I edit a sheet configuration after I upgrade to v25.5.0 or later?
Where do I edit a sheet configuration after I upgrade to v25.5.0 or later?
risksheet.json) — the editor presents it as YAML so the file is easier to read and review.How do I add features that appeared in newer versions to an older configuration?
How do I add features that appeared in newer versions to an older configuration?
createInDocument for choosing where new tasks are created, linkToRisksheet on dataTypes.task for subsheet navigation, and dependent enums at the column level. Add only the properties you need and leave the rest of the configuration unchanged.Which property changes most often cause issues after migrating between versions?
Which property changes most often cause issues after migrating between versions?
bindings (plural). Some older or hand-edited configurations contain binding (singular), which silently fails because the column never resolves a Polarion field. When you migrate, search every columns entry and confirm the property is bindings: <fieldId>. The reference for column properties is in Column Types and Fields.My old configuration has `ratings`, `enums`, or `relations` at the top level — what should I do?
My old configuration has `ratings`, `enums`, or `relations` at the top level — what should I do?
type: rating:<enumId>, type: enum:<enumId>, or type: multiEnum:<enumId>. Dependent enums are a column-level feature available from v25.3.1, not a top-level configuration section.How does template inheritance interact with upgrades?
How does template inheritance interact with upgrades?
What changes when I upgrade between Polarion licensing tiers?
What changes when I upgrade between Polarion licensing tiers?
How do I migrate a saved view configuration from older docs to a current configuration?
How do I migrate a saved view configuration from older docs to a current configuration?
columns for saved views — the real property name is columnIds. When migrating a views entry, rename the array to columnIds and check whether you want to use the @all shorthand or the -columnId exclude prefix:defaultView property (v24.1.0+) marks which view loads first when the document opens. See Saved Views under column configuration guides.Will my custom JavaScript in formulas and cell decorators still work after upgrading?
Will my custom JavaScript in formulas and cell decorators still work after upgrading?
formulas and cellDecorators are evaluated client-side and are not transformed by upgrades. The recommended pattern, especially in regulated industries, is to keep formulas thin and define the heavy logic (risk matrices, multi-field conditional formatting) in the top panel configuration (risksheetTopPanel.vm). This separation keeps the sheet configuration auditable while custom logic stays under code review. See Formulas and Styling.Where do I check whether a feature requires a minimum Risksheet version?
Where do I check whether a feature requires a minimum Risksheet version?
editableReferencedWorkItems (v23.3.3+), checkLinkRoleCompliance (v24.2.2+), createInDocument (v24.8.1+), moduleOnlyPermissions (v24.8.5+), the dependent enum column feature (v25.3.1+), and YAML editing in the configuration editor (v25.5.0+). Before adopting a property, confirm your server is at least at the listed version. See Compatibility and Configuration.Related pages
- Configuration Questions — general configuration questions
- Licensing Questions — license tiers and entitlement
- Common Troubleshooting — issues seen during and after upgrades
- Configuration Management — how to roll configuration changes safely
- Compatibility — version requirements per property