Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
379 views
in Technique[技术] by (71.8m points)

Is there any way to create a reports to see all members involvement like a roadmap of a project in Azure DevOps?

We want to see all my team members' involvements or freeness in a single sheet. The fact is that there are multiple projects, features, and tasks. A team member can have different tasks from different projects. We do not need any detailed task breakdown. We just think if there is any way to see a report like the following: For example, let's say John Doe has tasks assigned from 1-4 January and then he has some other task from 8-10 January, So that I can see that John Doe is free from 5-7 January and I can add him into some other projects.


Date range: 01 January to 31 January

--------------------------------------------------------------------
Team Member | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | ...
--------------------------------------------------------------------
John Doe    |===============|           |============|
--------------------------------------------------------------------
Martin                  |===================|
--------------------------------------------------------------------
James       |=========|         |==========|         |=============

and so on.

Any suggestion is highly appreciable.

question from:https://stackoverflow.com/questions/65883448/is-there-any-way-to-create-a-reports-to-see-all-members-involvement-like-a-roadm

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

I'm afraid there is no such report. In the Task work item, we only have Remaining Work field. At the planning stage, Remaining Work corresponds to an estimate of how long it will take to complete the task. So we can only see how many hours a task will take, but can not see the date range for a task.

You could set capacity for your team, so that you can check whether any team member is under, at, or over capacity. Or, if someone hasn't even been assigned any work. Use the capacity bars to make these determinations.

enter image description here

More details of planning and working a sprint, you could get start from the following link:

https://docs.microsoft.com/en-us/azure/devops/boards/sprints/assign-work-sprint?view=azure-devops


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...