Reputation: 3277
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 ?
Upvotes: 8
Views: 4775
Reputation: 2978
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.
Upvotes: 1
Reputation: 7063
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.
Upvotes: 4