The storage property is required on each relationship definition in the relationships array. It determines how the link between two entity types is physically stored in Polarion.
Name
Type
Default
Description
storage
string
None (required)
Specifies how the relationship is persisted in Polarion
Use linkedWorkItems for most relationships. This leverages Polarion’s built-in link role infrastructure and provides bidirectional traceability visible in both Powersheet and native Polarion views.
When storage is set to linkedWorkItems, the linkRole property must also be specified to identify which Polarion link role implements the connection. See Link Roles for details.
The storage value must be consistent with the corresponding Polarion project configuration. If linkedWorkItems is specified, the referenced linkRole must exist in Administration > Work Item Link Roles. If customField is specified, the referenced customFieldName must be defined in the Polarion custom field configuration.