Skip to main content
diagram
This model reference is derived from source code configuration. Verify entity type names and property mappings against your project configuration.

Entity Types

Entity types are declared as a map under domainModelTypes, keyed by type name. Each entry specifies a polarionType mapping and its properties.

Property Configuration

Each entity type declares its properties as a map. Property names are used in queries, column bindings, and data display.
A property set to null (empty after the colon) inherits all default settings. The property name is used as the Polarion field name unless serverName or customFieldName is specified.

Relationships

Relationships define how entity types are connected. Each relationship specifies the Polarion linkRole and navigation property names using direct (forward) and back (reverse) notation.

Complete YAML Example

Polarion custom field IDs typically use the c_ prefix (e.g., c_probability). Use the customFieldName property when the Nextedy POWERSHEET property name differs from the Polarion field ID.

See Also

Last modified on July 10, 2026