Complete reference of all Risksheet configuration properties. Properties are organized by their location: risksheet.json document-level configuration and Polarion Administration Configuration Proper
Unique identifier for the column. Must be unique across the entire configuration
type
string
Auto-detected from binding
Data type: string, int, float, enum, multiEnum, workflow, itemLink, taskLink, multiItemLink, boolean, date, datetime, time, currency, duration, rating, ref, text
binding
string
Same as id
Polarion field name this column maps to
header
string
See application
Display text shown in the column header
level
number
1
Hierarchical level at which this column appears (1 = top level). Not set for task columns
readOnly
boolean
false
Controls whether the column is editable. Auto-set to true for formula columns, server-rendered columns, reference columns, and certain system fields (author, resolution, created, updated, type)
filterable
boolean
true
Controls whether users can filter the grid by values in this column
canCreate
boolean
true
For itemLink and multiItemLink columns, controls whether users can create new linked items directly from the cell
formula
string
None
Client-side JavaScript formula for calculated columns. When set, column becomes read-only by default
serverRender
string
None
Server-side Velocity rendering script. When set, column becomes text type and read-only automatically
headerTooltip
string
None
Tooltip text displayed when hovering over the column header
headerGroup
string
None
Name of the header group this column belongs to for multi-level headers
collapseTo
string
None
Column ID to collapse this column into when the header group is collapsed
width
number
See application
Column width in pixels
minWidth
number
See application
Minimum width in pixels that the column can be resized to
format
string
See application
Display format string for column data (date format, number format)
cellRenderer
string
None
Name of a custom cell renderer function for this column
cellCss
string
None
CSS class name(s) to apply to cells in this column
headerGroupCss
string
None
CSS class name(s) to apply to the header group row
Column id values must be unique across the entire risksheet.json configuration. Duplicate IDs will break the sheet structure silently without an error message.
Enables searching through all fields when searching linked items (v24.3.0+)
nextedy.risksheet.branchingSupport
boolean
false
Enables support for Polarion branched documents and referenced work items
nextedy.risksheet.upstreamChains
string
None
Automatic upstream chain building. Format: fromType-linkRole-toType (e.g., harm-relatesTo-situation). Only builds chains, never deletes links
nextedy.risksheet.disable_admin_check
boolean
false
Bypasses admin permission requirement for configuration access
nextedy.risksheet.moduleOnlyPermissions
boolean
false
Speeds up loading for large sheets by using module-only permissions (v24.8.5+)
When specifying multiple document types, enclose them in parentheses with space separation: nextedy.risksheet.riskDocumentType=(riskAnalysis URRA). Omitting parentheses causes only the first type to be recognized.