Affects Service

System.WorkItemImpactsService (RelationshipType)

Relationship between a work item, such as an incident or a change request, and the services that the work item affects

Element properties:

SourceSystem.WorkItem
TargetSystem.Service
TypeSystem.Reference
AccessibilityPublic
AbstractFalse

Source Code:

<RelationshipType ID="System.WorkItemImpactsService" Base="System!System.Reference" Abstract="false" Accessibility="Public">
<Source ID="ImpactingWorkItem" Type="System.WorkItem"/>
<Target ID="ImpactedService" Type="System!System.Service"/>
</RelationshipType>