WorkItemQueryResult interface
The result of a work item query.
Properties
as |
The date the query was run in the context of. |
columns | The columns of the query. |
query |
The result type |
query |
The type of the query |
sort |
The sort columns of the query. |
work |
The work item links returned by the query. |
work |
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
queryResultType
queryType
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[]