A link between two work items.

interface WorkItemLink {
    rel?: string;
    source?: WorkItemReference;
    target?: WorkItemReference;
}

Properties

Properties

rel?: string

The type of link.

The source work item.

The target work item.