Incident Parent Work Item

System.WorkItem.ChildIncident.ProjectionType (TypeProjection)

Defines the properties of incident parent work item

Element properties:

TypeSystem.WorkItem.Incident
AccessibilityPublic

Source Code:

<TypeProjection ID="System.WorkItem.ChildIncident.ProjectionType" Accessibility="Public" Type="CoreIncident!System.WorkItem.Incident">
<Component Alias="AssignedUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAssignedToUser']$"/>
<Component Alias="ClosedByUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItem.TroubleTicketClosedByUser']$"/>
<Component Alias="ResolvedByUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItem.TroubleTicketResolvedByUser']$"/>
<Component Alias="ParentWorkItem" Path="$Target/Path[Relationship='WorkItem!System.WorkItemHasParentWorkItem']$"/>
</TypeProjection>