Incident Resolution And Billable Log

System.WorkItem.Incident.ResolutionAndBillableLog.ProjectionType (TypeProjection)

Defines the properties of incident resolution and billable logs

Element properties:

TypeSystem.WorkItem.Incident
AccessibilityPublic

Source Code:

<TypeProjection ID="System.WorkItem.Incident.ResolutionAndBillableLog.ProjectionType" Accessibility="Public" Type="CoreIncident!System.WorkItem.Incident">
<Component Alias="ResolvedByUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItem.TroubleTicketResolvedByUser']$"/>
<Component Alias="BillableLogs" Path="$Target/Path[Relationship='WorkItem!System.WorkItemHasBillableTime']$">
<Component Alias="WorkedUponByUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItem.BillableTimeHasWorkingUser']$"/>
</Component>
</TypeProjection>