Robert
Robert

Reputation: 1064

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.

Upvotes: 10

Views: 28846

Answers (2)

georgies
georgies

Reputation: 1

You can see the story points by navigating to the following view:

  1. In the left pane, click "Backlogs"
  2. In the top right, click "View options" (toggling icon) right next to "Stories"
  3. Tick the box Side Pane->Planning
  4. Under "Planned Effort" your story points are now reported per Iteration Path. You might need to drag the side pane a bit to the left otherwise the number is rendered very close to "working days" and the number seems huge:)

Upvotes: 0

Hugh Lin
Hugh Lin

Reputation: 19481

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.

Upvotes: 14

Related Questions