I am working on report that shows the Velocity – vs. Capacity in % of scrum team using rally app2.0 SDK.
I have looked for a way to get the Capacity of team but fail to find! any one can help?
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For the user’s sprint capacity you’ll want to query on UserIterationCapacity. While the following example’s code pertains to AppSDK 1.0, the query syntax is going to be fairly similar to that outlined in this posting:
How to query team member name and capacity in Rally developer depending upon iteration?
Following is an example of a query for UserIterationCapacity corresponding to a particular Sprint within a specific Project of interest.