WorkItemQueryResult interface

The result of a work item query.

Properties

asOf

The date the query was run in the context of.

columns

The columns of the query.

queryResultType

The result type

queryType

The type of the query

sortColumns

The sort columns of the query.

workItemRelations

The work item links returned by the query.

workItems

The work items returned by the query.

Property Details

asOf

The date the query was run in the context of.

asOf: Date

Property Value

Date

columns

The columns of the query.

columns: WorkItemFieldReference[]

Property Value

queryResultType

The result type

queryResultType: QueryResultType

Property Value

queryType

The type of the query

queryType: QueryType

Property Value

sortColumns

The sort columns of the query.

sortColumns: WorkItemQuerySortColumn[]

Property Value

workItemRelations

The work item links returned by the query.

workItemRelations: WorkItemLink[]

Property Value

workItems

The work items returned by the query.

workItems: WorkItemReference[]

Property Value