I am trying to create a search query to search for TFS items that are in Refinement from a TFS board and am stuck with that.
Basically I want to be able to add a badge of amount of work items that are currently being displayed in the Refinement column in our dashboard:
When I open the relevant TFS item from the Board I can see that there is a column with value as Refinement but am not able to create a search query for that column or value:
Please help me with search query column that I can use or help write a WIQL query to lookup "in refinement" items from a TFS board.
Use "Board Column" in the search:
In WIQL you can search for the same thing like this:
[Source].[System.BoardColumn] = 'Refinement'