Has Billable Time

System.WorkItemHasBillableTime (RelationshipType)

The billable time of the work item

Element properties:

SourceSystem.WorkItem
TargetSystem.WorkItem.BillableTime
TypeSystem.Membership
AccessibilityPublic
AbstractFalse

Source Code:

<RelationshipType ID="System.WorkItemHasBillableTime" Base="System!System.Membership" Abstract="false" Accessibility="Public">
<Source ID="BillableTime" Type="System.WorkItem"/>
<Target ID="AppliesToWorkItem" Type="System.WorkItem.BillableTime"/>
</RelationshipType>