Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkItemQueryClause

Represents a clause in a work item query. This shows the structure of a work item query.

Hierarchy

  • WorkItemQueryClause

Index

Properties

Optional clauses

clauses: Array<WorkItemQueryClause>

Child clauses if the current clause is a logical operator

Optional field

Field associated with condition

Optional fieldValue

Right side of the condition when a field to field comparison

Optional isFieldValue

isFieldValue: boolean

Determines if this is a field to field comparison

Optional operator

The field operator

Optional value

value: string

Right side of the condition when a field to value comparison

Generated using TypeDoc