Skip to main content

Field Mapping

How Risksheet columns bind to Polarion work item fields through the binding property, with automatic type detection, conversion rules, and naming conventions.

Supported Field Types

Complete reference of Polarion field types supported by Risksheet, including string, integer, float, enum, date, boolean, duration, and custom field types with their grid behavior.

Lightbox Fields

Fields displayed in the item detail lightbox panel for viewing and editing work item properties outside the main grid, including field selection and layout configuration.

System Fields

Protected system fields (ID, status, type, author, created, updated, resolution) that are automatically set to read-only in the Risksheet grid regardless of column configuration.
diagram
Polarion field types and Risksheet column types are related but distinct. A Polarion string field can be displayed as a date column, and an integer field can be shown as an enum. When the type property is not explicitly set in a column definition, Risksheet auto-detects the type from the Polarion field metadata. See Supported Field Types for the mapping between Polarion storage types and Risksheet display types.
Source Code
  • AppConfig.ts
  • GetSetUtil.java
  • TextEditor.ts
  • SystemConsts.java