WorkItemQueryClause interface
Represents a clause in a work item query. This shows the structure of a work item query.
clauses | Child clauses if the current clause is a logical operator |
field | Field associated with condition |
field |
Right side of the condition when a field to field comparison |
is |
Determines if this is a field to field comparison |
logical |
Logical operator separating the condition clause |
operator | The field operator |
value | Right side of the condition when a field to value comparison |
Child clauses if the current clause is a logical operator
clauses: WorkItemQueryClause[]
Property Value
Right side of the condition when a field to field comparison
fieldValue: WorkItemFieldReference
Property Value
Determines if this is a field to field comparison
isFieldValue: boolean
Property Value
boolean
Logical operator separating the condition clause
logicalOperator: LogicalOperation
Property Value
Right side of the condition when a field to value comparison
value: string
Property Value
string