Work Item (advanced)

System.WorkItem.Projection (TypeProjection)

Defines the basic and advanced properties of work items

Element properties:

TypeSystem.WorkItem
AccessibilityPublic

Source Code:

<TypeProjection ID="System.WorkItem.Projection" Accessibility="Public" Type="WorkItem!System.WorkItem">
<Component Alias="FileAttachments" Path="$Target/Path[Relationship='WorkItem!System.WorkItemHasFileAttachment']$">
<Component Alias="FileAttachmentAddedBy" Path="$Target/Path[Relationship='SupportingItem!System.FileAttachmentAddedByUser']$"/>
</Component>
<Component Alias="RelatedWorkItems" Path="$Target/Path[Relationship='WorkItem!System.WorkItemRelatesToWorkItem']$">
<Component Alias="RWIAffectedUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAffectedUser']$"/>
<Component Alias="RWIAssignedUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAssignedToUser']$"/>
</Component>
<Component Alias="RelatedWorkItemSource" Path="$Target/Path[Relationship='WorkItem!System.WorkItemRelatesToWorkItem' SeedRole='Target']$">
<Component Alias="RelatedWorkItemAssignedTo" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAssignedToUser']$"/>
</Component>
<Component Alias="RelatedConfigItems" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAboutConfigItem']$"/>
<Component Alias="RelatedKnowledgeArticles" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAboutConfigItem' TypeConstraint='CoreKnowledge!System.Knowledge.Article']$"/>
</TypeProjection>