About Configuration Item

System.WorkItemAboutConfigItem (RelationshipType)

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

Element properties:

SourceSystem.WorkItem
TargetSystem.ConfigItem
TypeSystem.Reference
AccessibilityPublic
AbstractFalse

Source Code:

<RelationshipType ID="System.WorkItemAboutConfigItem" Base="System!System.Reference" Abstract="false" Accessibility="Public">
<Source ID="IsAboutConfigItems" Type="System.WorkItem"/>
<Target ID="HasRelatedWorkItems" Type="System!System.ConfigItem"/>
</RelationshipType>