Skip to main content

Primitive Types

String, integer, float, boolean, and other basic data types supported in domain model properties.

Enum Types

Enumeration fields with constrained option sets, context-aware filtering, and default value resolution.

Custom Fields

Mapping Polarion custom fields to domain model properties with type inference and save operations.

Date and Time

Date, time, and date-only field types with ISO 8601 serialization and query support.

Duration

Duration field type for tracking time-based values in Polarion work items.

Type Conversion

Automatic type mapping between Polarion field types and Powersheet display types.
Powersheet automatically detects property types from Polarion metadata. Explicit type configuration in the domain model is only needed for overrides or when the automatic mapping does not produce the desired behavior.
Source Code
  • prod-powersheet-src/com.nextedy.powersheet.client/ltc-repo/packages/common/types/domain/document.ts
  • QueryDataTest.java
  • prod-powersheet-src/com.nextedy.powersheet.client/ltc-repo/packages/common/types/api/document.ts
  • MetadataTest.java
  • prod-powersheet-src/com.nextedy.powersheet.client/src/modules/ConfigProvider/types/PowersheetConfig.d.ts