Search code examples
azure-devopsworkitem

Dashboard widget to display number of queryitems across multiple iterations in Azure Devops


I would like to display a graph on the Azure Devops dashboard, which for each specific iteration paths (may last 3 iterations) shows how many work items with a specific tag there were.

Is that possible with existing widgets in Azure Devops? Or is there any other simple way of doing it?

Thanks


Solution

  • First query based on the following fields, and then save the query as Shared Queries.

    enter image description here

    enter image description here

    enter image description here

    Then add chart for Work Items widget in dashboard -> Import shared query in Configuration -> Get the graph

    enter image description here enter image description here

    Update:

    1. Add Iteration Path column in Column options

    enter image description here

    1. In the chart, Group by select Iteration Path

    enter image description here