WorkItemLink interface
A link between two work items.
Properties
rel |
The type of link.
|
source |
The source work item.
|
target |
The target work item.
|
Property Details
rel
The type of link.
rel: string
Property Value
source
The source work item.
source: WorkItemReference
Property Value
target
The target work item.
target: WorkItemReference
Property Value