You should be able to query for each schedule state and capture the TotalResultCount from the response body. For instance:
https://rally1.rallydev.com/slm/webservice/1.31/hierarchicalrequirement.js?query=(ScheduleState = "Defined")
https://rally1.rallydev.com/slm/webservice/1.31/hierarchicalrequirement.js?query=(ScheduleState = "In-Progress")
etc. Since there are only four βbuilt-inβ schedule states, plus optional before Defined and optional after Accepted, these are no more than 6 queries.
source
share