Release Record and Parent

System.WorkItem.ChildReleaseRecordViewProjection (TypeProjection)

Defines the properties of Release Records and parent typically used in views

Element properties:

TypeSystem.WorkItem.ReleaseRecord
AccessibilityPublic

Source Code:

<TypeProjection ID="System.WorkItem.ChildReleaseRecordViewProjection" Accessibility="Public" Type="CoreRelease!System.WorkItem.ReleaseRecord">
<Component Alias="AssignedTo" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAssignedToUser']$"/>
<Component Alias="ParentRR" Path="$Target/Path[Relationship='WorkItem!System.WorkItemHasParentWorkItem' TypeConstraint='CoreRelease!System.WorkItem.ReleaseRecord']$">
<Component Alias="ParentRRAssignedTo" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAssignedToUser']$"/>
</Component>
</TypeProjection>