Incident (portal)

System.WorkItem.IncidentPortalProjection (TypeProjection)

Defines the properties of incidents typically used in the portal

Element properties:

TypeSystem.WorkItem.Incident
AccessibilityPublic

Source Code:

<TypeProjection ID="System.WorkItem.IncidentPortalProjection" Accessibility="Public" Type="CoreIncident!System.WorkItem.Incident">
<Component Alias="AssignedTo" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAssignedToUser']$"/>
<Component Alias="AffectedUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAffectedUser']$"/>
<Component Alias="CreatedByUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItemCreatedByUser']$"/>
<Component Alias="ClosedByUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItem.TroubleTicketClosedByUser']$"/>
<Component Alias="ResolvedByUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItem.TroubleTicketResolvedByUser']$"/>
<Component Alias="ActionLogs" Path="$Target/Path[Relationship='WorkItem!System.WorkItem.TroubleTicketHasActionLog']$"/>
<Component Alias="UserComments" Path="$Target/Path[Relationship='WorkItem!System.WorkItem.TroubleTicketHasUserComment']$"/>
<Component Alias="AnalystComments" Path="$Target/Path[Relationship='WorkItem!System.WorkItem.TroubleTicketHasAnalystComment']$"/>
<Component Alias="AffectedComputer" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAboutConfigItem' TypeConstraint='System!System.Computer']$"/>
<Component Alias="FileAttachments" Path="$Target/Path[Relationship='WorkItem!System.WorkItemHasFileAttachment']$">
<Component Alias="FileAttachmentAddedBy" Path="$Target/Path[Relationship='SupportingItem!System.FileAttachmentAddedByUser']$"/>
</Component>
<Component Alias="RelatedRequestOffering" Path="$Target/Path[Relationship='Catalog!System.WorkItemRelatesToRequestOffering']$"/>
<Component Alias="Activity" Path="$Target/Path[Relationship='CoreActivity!System.WorkItemContainsActivity']$"/>
</TypeProjection>