Hello,
As part of the overall PI capacity calculation, the objective is for the Program-level PI capacity to be calculated using a calculated field that sums the capacities of the team-level PIs, which themselves are based on the capacities defined for each of their iterations.
What we want to achieve is the following:
- Program PI Capacity = Sum of (Team PI Capacities)
- Team PI Capacity = Sum of (Team Iteration Capacities)
However, it seems that the calculated field for the Program PI does not retrieve the values from the teams. On the contrary, it is currently the team-level PIs that are adding the Program PI capacity into their own, which is the opposite of the expected behavior.
As a result, we are currently getting this:
- Team PI Capacity = Sum of (Team Iteration Capacities) + Program PI Capacity (if manually entered)
Best regards,