Configuration Items Affected by Work Items

Microsoft.System.Service.ChangeAndIncidents (TypeProjection)

Defines the properties of configuration items affected by incidents and change requests

Element properties:

TypeSystem.ConfigItem
AccessibilityPublic

Source Code:

<TypeProjection ID="Microsoft.System.Service.ChangeAndIncidents" Accessibility="Public" Type="System!System.ConfigItem">
<Component Alias="AffectedByIncidents" Path="$Context/Path[Relationship='WorkItem!System.WorkItemAboutConfigItem' SeedRole='Target' TypeConstraint='CoreIncident!System.WorkItem.Incident']$"/>
<Component Alias="AffectedByChanges" Path="$Context/Path[Relationship='WorkItem!System.WorkItemAboutConfigItem' SeedRole='Target' TypeConstraint='CoreChange!System.WorkItem.ChangeRequest']$"/>
</TypeProjection>