How to query for work items reaching the same column board more than once in their lifecycle

Copper Contributor


Hi everyone,
As stated in the title, I need to know how many work items inside a board have been inserted more than once, during their history, into a given board column and, eventually, how many times these work items reached the given column.
Is there a query or an operator allowing this?

1 Reply
There is a Time in State for Azure DevOps extension that will help you with your request. https://marketplace.visualstudio.com/items?itemName=SaaSJet.tis-azure

There are currently three types of reports:
Time in State
State Count
Transition Count

You can also customize your work calendars in the extension. If you prefer to analyze data in a visual format, you can use the Charts feature.

I hope you find it useful.