WorkItemQueryClause interface
Represents a clause in a work item query. This shows the structure of a work item query.
Properties
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 |
Property Details
clauses
Child clauses if the current clause is a logical operator
clauses: WorkItemQueryClause[]
Property Value
field
fieldValue
Right side of the condition when a field to field comparison
fieldValue: WorkItemFieldReference
Property Value
isFieldValue
Determines if this is a field to field comparison
isFieldValue: boolean
Property Value
boolean
logicalOperator
Logical operator separating the condition clause
logicalOperator: LogicalOperation
Property Value
operator
value
Right side of the condition when a field to value comparison
value: string
Property Value
string