LibraryWorkItemsData interface

This data model is used in Work item-based tabs of Test Plans Library.

Properties

columnOptions

Specifies the column option field names

continuationToken

Continuation token to fetch next set of elements. Present only when HasMoreElements is true.

exceededWorkItemQueryLimit

Boolean indicating if the WIQL query has exceeded the limit of items returned.

hasMoreElements

Boolean indicating if there are more elements present than what are being sent.

returnCode

Specifies if there was an error while execution of data provider.

workItemIds

List of work items returned when OrderByField is sent something other than Id.

workItems

List of work items to be returned.

Property Details

columnOptions

Specifies the column option field names

columnOptions: string[]

Property Value

string[]

continuationToken

Continuation token to fetch next set of elements. Present only when HasMoreElements is true.

continuationToken: string

Property Value

string

exceededWorkItemQueryLimit

Boolean indicating if the WIQL query has exceeded the limit of items returned.

exceededWorkItemQueryLimit: boolean

Property Value

boolean

hasMoreElements

Boolean indicating if there are more elements present than what are being sent.

hasMoreElements: boolean

Property Value

boolean

returnCode

Specifies if there was an error while execution of data provider.

returnCode: LibraryTestCasesDataReturnCode

Property Value

workItemIds

List of work items returned when OrderByField is sent something other than Id.

workItemIds: number[]

Property Value

number[]

workItems

List of work items to be returned.

workItems: WorkItemDetails[]

Property Value