WorkItemRelationType interface
Represents the work item type relation type.
- Extends
attributes | The collection of relation type attributes. |
name | The name. |
reference |
The reference name. |
url | REST URL for the resource. |
The collection of relation type attributes.
attributes: {[key: string]: any}
Property Value
{[key: string]: any}
The reference name.
referenceName: string
Property Value
string
Inherited From WorkItemTrackingReference.referenceName
REST URL for the resource.
url: string
Property Value
string
Inherited From WorkItemTrackingReference.url