TFS Query to get blank (or) no entries in Acceptance Criteria field of Feature or User Story

2.4k Views Asked by At

I want to write a TFS Query to get blank (or) no entries in Acceptance Criteria field/box for Features or User Story's in project.

How can I write Query as I can't see any = or <> operators against 'Acceptance Criteria'. Only I can see 'Contains Words' & 'Does Not Contains Words', from these how can we get blank entries?

2

There are 2 best solutions below

0
Etienne On BEST ANSWER

Starting with Azure DevOps 2019 Server (TFS 2019) there is a new operator for HTML fields "IsEmpty" that does what you want to do. Prior to that version you cannot do this in a query.

See: https://learn.microsoft.com/en-us/azure/devops/boards/queries/query-operators-variables?view=azure-devops#query-operators

2
Leo BL On

There is no way to do this search. you can make a full search then export the results to excel then filter there :(