WorkItemLinks
List WorkItemLinks
Columns
| Name | Type | References | Description |
| ParentReference | String | Parent reference. Only available if IncludeReferenceColumn=true. | |
| WorkItemLinkSK [KEY] | Integer | Work item link surrogate key. | |
| AnalyticsUpdatedDate | Datetime | Watermark indicating the last time the Analytics data was updated. | |
| Comment | String | Comment added when the link was created. | |
| CreatedDate | Datetime | Date the link was created. | |
| DeletedDate | Datetime | Date the link was deleted. | |
| LinkTypeId | Integer | ID assigned to the target linked work item. | |
| LinkTypeIsAcyclic | Boolean | Indication that the link type allows circular relationships when set to True. For example, tree type links restrict circular relationships. | |
| LinkTypeIsDirectional | Boolean | Indication whether the link type is directional. Directional link types are defined in pairs with a forward and reverse component. | |
| LinkTypeName | String | Friendly name assigned to the link type. | |
| LinkTypeReferenceName | String | Reference name assigned to the link type. | |
| ProjectSK | String | Project surrogate key. | |
| SourceWorkItemId | Integer | ID assigned to the link source work item. | |
| TargetWorkItemId | Integer | ID assigned to the link target work item. |