Team Status capacity not adding up
search cancel

Team Status capacity not adding up

book

Article ID: 243614

calendar_today

Updated On:

Products

Rally SaaS Rally On-Premise

Issue/Introduction

When viewing the Team Status page, there appears to be a discrepancy between the total capacity listed at the top of the page and the actual sum of the users' capacity in the team member list.

 

Cause

There are two causes for this

  • The Team Status page will recursively sum the capacity from sub-projects.
  • The user is disabled yet still listed as a team member on the project.

Resolution

Totals from sub-projects

If the points do not calculate due to capacity from sub-projects rolling up into the total, then uncheck Child Projects from the project dropdown

 

Totals from disabled users

If the totals are inaccurate due to disabled users that are still team members then please perform the following steps

1. First get the project object ID from the address bar by following the KB linked here: https://knowledge.broadcom.com/external/article/47910/find-the-objectid-oid-of-projects-worksp.html
2. Next, get the name of the iteration that the points are summing incorrectly for
3. Use the numeric object ID and the iteration name and update the highlighted fields in the following API query with their respective values:

https://rally1.rallydev.com/slm/webservice/v2.0/useriterationcapacity.csv?query=((Project.ObjectID = <PROJECT_OID>) AND (Iteration.Name = "<ITERATION NAME>"))&fetch=Capacity,User,UserName,Disabled

4. This will download a CSV file listing the users that have capacity assigned for that iteration and includes a column indicating if they are disabled
5. Locate the user that is disabled and remove their Team Member checkbox from the project where the capacity is incorrectly added