Defines result of artifact URI query on work items. Contains mapping of work item IDs to artifact URI.

interface ArtifactUriQueryResult {
    artifactUrisQueryResult?: { [key: string]: WorkItemReference[] };
}

Properties

artifactUrisQueryResult?: { [key: string]: WorkItemReference[] }

A Dictionary that maps a list of work item references to the given list of artifact URI.