1
votes

When using the List Capacity Rest API to fetch data for previous Iterations the results doesnot include the data of users who have left the organisation. There is no way to get the capacity of the user for that sprint. How can we get the Sprint capacity snapshot of previous iterations?

If we need to calculate the team capacity for previous iteration we need capacity of all users for that iteration.The current API response removes the users who have left the organisation.

List Capacity API :

https://dev.azure.com/{organization}/{project}/{team}/_apis/work/teamsettings/iterations/{iterationId}/capacities?api-version=5.1

1

1 Answers

0
votes

The capacity should remains unmodified at the end of the sprint, as the capacity is defined explicitly for each sprint.

Give a try with directly Review capacity charts in Azure DevOps web portal.

As you define tasks and estimate the work, you'll see capacity charts start to fill in for each team member. Capacity bars track the remaining work against the capacity for each team member as well as the entire team.

enter image description here

  1. Go the "Sprints":

enter image description here

  1. Click on the "View options" icon and choose "Work details":

enter image description here

  1. Now you will see it:

enter image description here