I'm doing some queries using the new Rally Lookback API and am wondering what is the Lookback API analog to story counting REST request in traditional Rally webservices that is discussed in this question:
Is there a way to get the defect count for a story?
544 views Asked by AudioBubble At
1
This will return all of the ObjectIDs of all of the defects for a particular story:
If all you really want is the count, then add:
and pluck the TotalResultCount out of the top part of the result.