Widget Parameter Overview
Data Type Parameters
ThedataTypes object configures the work item types used in the Risksheet grid. Each entry defines the Polarion work item type, link role, and behavior settings for a category of items.
dataTypes Property
Risk Item Data Type
Task/Mitigation Data Type
Task Column Identification
The task identifier column is the column whosetype is taskLink (or, since v25.3.1, multiTaskLink). The grid uses this column to determine task presence, generate new task IDs, and group task rows under their parent risk items. It is central to task management features including context menu actions and multi-task insertion.
When you create a new task, Risksheet automatically generates a unique task identifier. The ID is stored in both the task-link column’s binding and the companion
_link field, which holds the reference to the linked Polarion work item.Multi-Task Behavior
When adding tasks to risk items that already have tasks, Risksheet:- Clones the current record as a template for the new task
- Clears task-level fields (task ID, link fields, readonly flags, and all columns marked as task attributes)
- Initializes multi-enum columns to empty arrays (not
null) - Generates a new unique task ID
- Inserts the new row immediately after all sibling tasks with the same
systemItemId
Sorting Parameters
sortBy Property
Sort Order Examples
Ascending sort by severity:Sort Behavior by Column Type
Risksheet applies specialized sorting logic automatically based on the column type:All sorting, filtering, and pagination are performed client-side in the browser for immediate visual feedback without server round-trips. Data is loaded once from the server and manipulated entirely in the client.
Baseline Comparison Sorting
When comparing to a baseline, the sort system switches context to compare-to-link item values for all columns exceptsystemItemId and systemItemRevision. This means sorting during baseline comparison operates on the baseline snapshot values rather than current values, except for system identity fields which always refer to the current item.
Read-Only Parameters
Grid-Level Read-Only
Auto-Applied Read-Only Rules
The system automatically sets read-only state for certain columns and conditions, independent of thereadonly configuration:
Column Parameters
Column Definition Properties
Key column properties relevant to widget behavior:
Text wrapping inside a cell is not a column-level boolean — control it via CSS classes referenced from
cellCss and the styles section.
typeProperties for Link Columns
When a column uses an itemLink, multiItemLink, or taskLink type, the typeProperties object configures how the autocomplete picker resolves and creates linked items.
View Parameters
See Saved Views for detailed view configuration reference.
Review Parameters
Review Manager Options
Risksheet approval review creates approval-tagged comments but does not trigger Polarion’s formal approval state transitions (draft -> reviewed -> approved). It is a comment-based approval signal, not a workflow state change.
Header Parameters
Global Parameters
Session and Runtime Parameters
The following values are session and runtime context, set by the server when the grid loads. They are not user-configurable in the sheet configuration.Polarion Administration Parameters
These project-level properties in Polarion Administration affect Risksheet work item behavior. Configure them in the Polarion project settings, not in the sheet configuration.Deferred Commit Mode
Risksheet uses deferred commit mode for data persistence. Changes are batched in memory and sent to the server together when you click Save, rather than saving each edit immediately.
All data is stored in Polarion work items — Risksheet does not maintain a separate data store. Edits flow through Polarion’s standard authorization and audit infrastructure.
Complete Example
Related Pages
- Configuration Properties Index — complete property reference
- Sheet Configuration Format — configuration file structure and syntax
- Default Configuration Values — default values for all properties
- Levels Configuration — hierarchy level setup for multi-level risk structures
- Saved Views — column visibility presets
- Query Syntax — query syntax for data filtering and query factories
- Template Path Configuration — document template inheritance
- System Fields — system-managed field reference