Represents work items in an iteration backlog

interface IterationWorkItems {
    _links?: any;
    url?: string;
    workItemRelations?: WorkItemLink[];
}

Hierarchy (View Summary)

Properties

_links?: any

Collection of links relevant to resource

url?: string

Full http link to the resource

workItemRelations?: WorkItemLink[]

Work item relations