Item Identity Fields
These bindings track work item identity across revisions and enable baseline comparison. Risksheet uses them to maintain item relationships when viewing historical revisions or comparing baselines.When viewing a historical document revision (i.e., when the
revision parameter is set in the URL), the entire Risksheet grid is automatically forced into read-only mode. This is controlled by the configuration parser, which sets readonly to true whenever a non-empty revision is detected.Standard Item Data Bindings
These bindings provide access to common work item properties that appear in grid columns and drive navigation behavior.Item Link Field Convention
For columns that reference linked work items, Risksheet uses a naming convention with a_link suffix.
Read-Only State Fields
These fields control which items and cells can be edited in the Risksheet grid. Read-only state operates at multiple levels: grid-level, item-level, field-level, and task-specific.Item-Level Read-Only
Task-Level Read-Only
Read-Only State Hierarchy
Read-only state is determined at multiple levels, with the most restrictive level taking precedence:System-Managed Fields
The following fields are always read-only because they are managed by Polarion:System Fields Excluded During Paste Operations
When using the Insert Rows Below command to paste items from the clipboard, the following system fields are automatically excluded from the pasted data to ensure proper identity generation for new items:Reference Item Fields
Review Workflow Fields
These bindings enable the review workflow features in the Risksheet grid. They are available when thereviews section is configured in sheet configuration.
Review Manager Types
Thereviews.reviewManager property determines which review strategy is used:
Complete Example
The following sheet configuration excerpt demonstrates how system fields interact with column configuration and permission settings:readonly: falseallows grid-level editingdownstreamReadonly: trueprevents editing of linked items from other documents and blocks task creation for downstream items- The
IDcolumn is explicitly read-only via the column-levelreadOnlyproperty - The
rpncolumn is automatically read-only because it has aformulaproperty - The
sysReqcolumn has a companionsysReq_linkbinding available via the_linksuffix convention - Review columns (
reviewsRendered,reviewsAdd) are implicitly available becausereviewsis configured - Items with
systemReadOnly: trueoverride all column-level settings and lock the entire row - Items with
systemReferenceType: "reference"appear as read-only cross-project references with an Overwrite Row Item context menu option
Related Pages
- Field Mapping — how Polarion fields map to Risksheet column bindings
- Supported Field Types — complete list of supported field types and their grid behaviors
- Calculated Columns — formula columns and automatic read-only behavior
- Configuration Properties Index — full property reference for sheet configuration
- Column Type Reference — column definition properties including
readOnly,formula, andcellRenderer