interface AssociatedWorkItem {
    assignedTo?: string;
    id?: number;
    state?: string;
    title?: string;
    url?: string;
    webUrl?: string;
    workItemType?: string;
}

Properties

assignedTo?: string
id?: number

Id of associated the work item.

state?: string
title?: string
url?: string

REST Url of the work item.

webUrl?: string
workItemType?: string