In order to find some Agile Metrix of the project in Azure DevOps (ADO) from last month or from last 2 sprints, I was trying to Query data from ADO like:
- When a user story was committed and reach to done state?
- How long a developer took on a user story before it turned to QA?
- How much time QA took after receiving it from Dev?
- How many Dev and QA have worked on a user story and how long? Compare that number with the estimated time given at the time if sprint planning.
- How many time a user story been returned back to Dev for any reason like not fulling Acceptance Criteria, etc? ...
In ADO, I can query the current data, however, there is no way to find historical data from State Graph, History, Discussion!!! I want to find out if the User Story has gone through multiple resources, how much time each of them have spend on that!
Can someone please give me some direction? Thanks in advance.