Query by field value comparisons in Azure Boards and Azure DevOps

TFS 2017 | TFS 2015 | TFS 2013

You can create queries based on how one field's value compares to another using the comparison field operators. This query is useful to filter work items based on:

  • Is the person who created the work item the same as or different than the person assigned to it? Or, who closed it
  • Which Tasks were closed before or after their Target Date.

Supported data types

You can use the comparison field operators—=[Field], <>[Field], >[Field], <[Field], >=[Field], <=[Field]—with the following field data types. The data type you select for the Field and the Value must match.

  • Boolean (supports =[Field], <>[Field]
  • Date/Time
  • Double, Integer
  • GUID
  • Identity
  • String (excluding Tags)

Note

Some combinations of data type and comparison field operator might not make sense to use, such as Title >=[Field] or Assigned To <=[Field].

Sample filters

Filter for

Include these query clauses

Work items closed by someone other than the person who created the work item

Created By <>[Field] Closed By
State = Closed

Tasks whose Original Estimate is less than Completed Work

Original Estimate <=[Field] Completed Work

Closed tasks completed before their target date

Target Date <=[Field] Closed Date
State = Closed

Fields that support field comparison

The following table provides an index to those fields that support field comparison queries.

SDK resources

To programmatically interact with queries, see Query for Bugs, Tasks, and Other Work Items.