Field Types and Configuration
Field Mapping — Understand how RISKSHEET binds Polarion fields to columns, including nested field access, custom field references, and field type inference. Supported Field Types — Complete reference of Polarion field types that RISKSHEET can display and edit, including native types and custom field extensions. Lightbox Fields — Configure and display lightbox fields for work item selection, editing, and rich property access in RISKSHEET columns. System Fields — Reference for Polarion system fields (id, status, type, project, created, updated, etc.) and their read-only behavior in RISKSHEET.Field Type Decision Matrix
| Data Need | Field Type | Column Type |
|---|---|---|
| Single text value (titles, descriptions) | String field | Custom field type |
| Enumeration selection (status, category) | Enum field | Custom field type |
| Work item reference (linked risk, document) | Lightbox or Link field | Special type |
| User assignment (assignee, reviewer) | User field | Special type |
| Numeric values (ratings, counts) | Integer/Decimal field | Custom field type |
| Date tracking (milestones, deadlines) | Date/DateTime field | Custom field type |
Common Field Patterns in Risk Management
Risk Item Fields (FMEA/HARA)
| Field | Type | Purpose | Example |
|---|---|---|---|
| Risk ID | String (read-only) | Unique identifier | ”RISK-001” |
| Risk Title | String | Risk description | ”Power supply failure” |
| Severity | Enum (1-5) | Risk impact level | ”5 - Critical” |
| Occurrence | Enum (1-5) | Probability of occurrence | ”3 - Medium” |
| Detection | Enum (1-5) | Ability to detect | ”2 - Low” |
| RPN | Calculated (read-only) | Risk priority number | 75 (5×3×2) |
| Mitigation | String/Lightbox | Linked mitigation action | Link to task |
| Status | Enum (read-only) | Workflow state | ”Open”, “Closed” |
| Assigned To | User | Owner | user@example.com |
Mitigation/Task Fields
| Field | Type | Purpose | Example |
|---|---|---|---|
| Task ID | String (read-only) | Unique identifier | ”TASK-001” |
| Title | String | Action description | ”Implement backup” |
| Priority | Enum | Action urgency | ”High” |
| Due Date | Date | Target completion | 2026-03-15 |
| Assigned To | User | Responsible person | john.doe@company.com |
| Status | Enum (read-only) | Progress state | ”In Progress” |
| Linked Risk | Lightbox (read-only) | Parent risk | Link to risk |
Field Binding Syntax
FIELDS are referenced in column configuration using binding paths:Direct Field References
Custom Field References
Nested Field References (Linked Items)
System Field References
Field Types at a Glance
| Category | Field Type | Editable | Purpose |
|---|---|---|---|
| Identification | String, ID | Varies | Unique identifiers, titles |
| Enumeration | Enum, Multi-Enum | Yes | Selection from predefined options |
| Reference | Lightbox, Link | Yes | Links to other work items |
| Numeric | Integer, Decimal, Currency | Yes | Numerical data, calculations |
| Temporal | Date, DateTime, Time | Yes | Time-based tracking |
| Text | String, Text, RichText | Yes | Free-form text content |
| User | User, Assignee | Yes | Person assignments |
| System | ID, Status, Type, Project | Read-only | Built-in Polarion fields |
| Metadata | Created, Updated, Author | Read-only | Automatic tracking fields |
Field Configuration Best Practices
1. Preserve System Fields as Read-Only
System fields (id, status, type, project, created, updated) should always remain read-only in your configuration:2. Use Custom Fields for Risk Management Data
Create custom fields for FMEA/HARA-specific data:3. Handle Linked Items with Lightbox Fields
For linking to other work items, use lightbox fields:4. Map User Assignment Properly
User fields require special configuration:Field Display Formats
Different field types have specific display format options:Enum Fields
| Option | Effect |
|---|---|
| Show ID | Displays enumeration ID |
| Show Name | Displays human-readable name |
| Show Description | Includes detailed description |
Date Fields
| Format | Example |
|---|---|
| Default locale | 2/12/2026 (US) or 12.02.2026 (DE) |
| ISO 8601 | 2026-02-12 |
| Custom format | 12 Feb 2026 |
Numeric Fields
| Type | Format |
|---|---|
| Integer | 75, 1000, -5 |
| Decimal | 75.5, 1000.25 |
| Currency | $75.00, €1000,50 |
| Rating | ⭐⭐⭐⭐⭐ (1-5 visual) |
Field Permissions and Read-Only Status
Fields automatically become read-only when:- System field protection —
id,status,type,project,outlineNumber - Calculated field —
formulaproperty set - Server-rendered —
serverRenderproperty set - User permission denied — User lacks edit permission in Polarion
- Explicit configuration —
readOnly: truein column definition
Related Documentation
- Column Type Reference — Available column types in RISKSHEET
- Data Types — Type conversion and storage
- Supported Field Types — Complete Polarion field type reference
- Basic Configuration — Getting started with field mapping
Sources
Sources
Source Code
AppConfig.tsGetSetUtil.javaTextEditor.tsSystemConsts.java