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

fieldValue

Right side of the condition when a field to field comparison

isFieldValue

Determines if this is a field to field comparison

logicalOperator

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

Field associated with condition

field: WorkItemFieldReference

Property Value

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

The field operator

operator: WorkItemFieldOperation

Property Value

value

Right side of the condition when a field to value comparison

value: string

Property Value

string