Skip to main content

Create an Entity Type

Add a new entity type to your domain model and map it to a Polarion work item type.

Configure a Relationship

Define relationships between entity types with link roles and navigation properties.

Add a Custom Property

Expose Polarion custom fields as properties in your domain model.

Configure Constraints

Scope entity loading, creation, and picker filters using constraint rules.

Set Entity Permissions

Control read and write access at the entity and property level.

Map to Polarion Types

Map domain model entity types to Polarion work item types.

Advanced Guides

For a new domain model, follow these guides in sequence: Create an Entity Type first, then Map to Polarion Types, then Add a Custom Property, and finally Configure a Relationship. Add constraints and permissions after the basic structure is working.
KB ArticlesSupport TicketsSource Code
  • prod-powersheet-src/com.nextedy.powersheet/src/META-INF/hivemodule.xml
  • build.properties
  • model.yaml
  • prod-powersheet-src/com.nextedy.powersheet.client/cypress/e2e/admin/admin.cy.ts
  • DomainModelV2.java