azure-devopsagile

In Azure Devops, what is the easiest way to see the total story points for a particular sprint in a particular status


In the board view, the top of the column shows a number of work items in each column. I'd prefer that it instead show the sum of the story points of the work items in that column. Barring that, I'm looking for the dead-simplest report/view/whatever that will show me the number of story points in each column of my grid.

Just switched from JIRA to Azure Devops and am feeling like this is a product that has too much complexity everywhere it isn't needed and not enough functionality for basic Agile usage. Any tips for making the changeover more pleasant/getting JIRA-like behavior out of Azure Devops into the bargain would be appreciated.


Solution

  • For this issue , you can create a query that filters for User Story as the work item type and modify the column options to show Story Points and State.

    enter image description here

    Then, add a stacked bar chart that sums the Story Points.

    enter image description here

    For details ,please refer to this official document.