Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkItemQueryResult

The result of a work item query.

Hierarchy

  • WorkItemQueryResult

Index

Properties

Optional asOf

asOf: Date

The date the query was run in the context of.

Optional columns

columns: Array<WorkItemFieldReference>

The columns of the query.

Optional sortColumns

sortColumns: Array<WorkItemQuerySortColumn>

The sort columns of the query.

Optional workItemRelations

workItemRelations: Array<WorkItemLink>

The work item links returned by the query.

Optional workItems

workItems: Array<WorkItemReference>

The work items returned by the query.

Generated using TypeDoc