MDFT Pro, a well-known training agency, is configuring project metrics for dashboards in Azure DevOps.
You need to configure a chart widget that measures the elapsed time to complete work items once they become active.
Which of the following is the widget you should use?
Cumulative Flow Diagram is incorrect. The Cumulative Flow Diagram shows the distribution of work items across workflow states over time, not the elapsed time to complete individual items.
Cycle time is correct. The Cycle time widget specifically measures the elapsed time from when work items become active until they are completed, which matches the requirement.
Burndown is incorrect. The Burndown chart tracks remaining work over time during a sprint or release, not the elapsed time for individual work items.
Burnup is incorrect. The Burnup chart tracks completed work against total scope over time, not the cycle time for individual work items.