6

I love Azure DevOps and burndown charts even more, I really do.

So much that I am trying to substitute the legacy Excel Spreadsheet with DevOps.

While the default burndown chart takes into account all the members of a team, I'd need to get one for each of the team members.

Is there a way to do it ? And if there is more than one, which is the best ?

Following the instructions here it could come to my mind to create a new team for each team member... but it sounds stupid. Anyone had the same requirement before ?

Ing. Luca Stucchi
  • 3,070
  • 6
  • 36
  • 58
  • 1
    AFAIK, there is currently no effective solution to this issue. Burndown are meant for teams, and the focus of team members have to be to make the team burn down reach it's targets. – Leo Liu Mar 02 '20 at 03:38
  • Hi @LeoLiu-MSFT, even if the main focus is on the team, and I agree on that, nonetheless I'd like to know which contribute has been given from each of the team members. And I think I am not the only one, seeing the request ! Thanks anyway, I am still positively hoping there is a way to implement it ! – Ing. Luca Stucchi Mar 02 '20 at 09:49

2 Answers2

3

Currently, there is no out of the box way to see burndown chart of individual team member. Users have requested this feature and is currently under review.

Shridhar R Kulkarni
  • 6,653
  • 3
  • 37
  • 57
0

Not out of the box. However if you have Power BI there is a plug in for Azure Dev Ops that is currently in beta.

This essentially will give access to the raw data exposed via APIs in Azure Dev Ops.

Once connected multiple burndown charts could be created or have a static filter for each one. Or alternatively create page filters so you could quickly filter by team member. The trick here will be to get the data model correct for what you are trying to accomplish.

DreadedFrost
  • 2,602
  • 1
  • 11
  • 29
  • This is interesting... we don’t use power bi yet but it makes sense, you have a more powerful charting tool to which you delegate the burndown... Were you able to implement this or it’s a theoretical solution @DreadedFrost ? – Ing. Luca Stucchi Mar 04 '20 at 19:22
  • Power BI is free to use until you get to the sharing and distributing of data and dashboards. This was theoretical so I went ahead and connected to a few projects to see what all you can do. It turns out from what I can see the 'Effort' field in DevOps does not come across so a "true burndown" does not seem to be possible. However if doing a burndown in terms of pure number of tasks this is one potentially solution as the chart would use the count of work items assigned per user. – DreadedFrost Mar 05 '20 at 03:28
  • Thanks @DreadedFrost, yes I managed too to graph, directly in DevOps, the "burndown" of active tasks assigned to each of the team member, but that lacks the dimension of the effort, which is the defining feature that drove me to move to DevOps fromTrello that I was using before.Thanks again for investigating ! – Ing. Luca Stucchi Mar 05 '20 at 09:01