This page describes the toolbar entry points and the configuration surface that controls them. Exact action labels, icons, and grouping may differ across Risksheet versions — cross-check against your installation when scripting against menu paths.
Where the toolbar lives
The Risksheet toolbar appears at the top of every Risksheet grid embedded in a Polarion LiveDoc. It hosts grid-level actions (refresh, view switching, export, configuration access) and is rendered between the top panel (also known as the attributes panel in the Nextedy Support Portal) and the Risksheet grid.Risksheet Menu — administration entry point
Access global Risksheet administration from the Polarion top bar: Administration > Nextedy Risksheet This section is split into two separate categories:- License — licensing and feature activation
- Setup — global Risksheet properties (the
nextedy.risksheet.*properties) and project-level defaults that flow down to documents
Document-level configuration menu
From inside a LiveDoc that contains a Risksheet, open the configuration editor through the Polarion document menu: Menu > Configuration > Edit Risksheet Configuration This opens the sheet configuration editor, which since v25.5.0 supports YAML editing with syntax highlighting, error detection, and edit history. The underlying file is the Risksheet’s sheet configuration attached to the document.Risksheet has three distinct configuration files. The toolbar configuration editor edits the sheet configuration:
View switcher in the toolbar
When the sheet configuration defines aviews section, the toolbar exposes a view switcher that lets users move between saved column-visibility presets without editing the configuration.
- The property is
columnIds(notcolumns). "@all"includes every column.- A leading hyphen (
-columnId) excludes a column from the@allset. defaultView: true(v24.1.0+) marks the view that loads when the document opens.
Refresh, save, and the configuration editor
The toolbar surfaces the standard data lifecycle actions:- Refresh — reloads risk items and downstream task items from Polarion. Behavior on save is governed by
global.refreshOnSave. - Save — persists pending edits as Polarion work item updates. Because Risksheet does not maintain a separate data store, every save writes through to Polarion work items immediately.
- Edit Risksheet Configuration — opens the YAML editor for the sheet configuration attached to the current document.
Toolbar actions and license tier
The set of enabled toolbar actions depends on the Polarion license held by the current user:Subsheet navigation from the toolbar
When a parent risksheet uses the subsheet pattern (dataTypes.task.linkToRisksheet: true), the toolbar of a child risksheet displays the standard actions, and the parent’s grid exposes the child’s RC ID column as a clickable hyperlink. Selecting a row’s RC ID navigates from the parent risksheet to the child document defined by dataTypes.task.document.
Configuration override flow
Toolbar settings configured at three levels are merged before the grid renders. The configuration editor opened from the toolbar always edits the document-level configuration.
See Document Configuration Override for the precedence rules.
Common pitfalls
Verification
You should now see:- The Risksheet toolbar at the top of every Risksheet grid inside a LiveDoc.
- A view switcher exposing every
viewsentry defined in the sheet configuration, with thedefaultView: trueentry selected on open. - Menu > Configuration > Edit Risksheet Configuration opening the YAML editor on the sheet configuration.
- Toolbar action availability matching the current user’s Polarion license tier.