My goal is to fetch just the counts of stories, issues, backlogs, defects associated with respect to a particular timebox and project.
I know I can fetch an asset's details using using this (for defects)
<Server Base URI>/rest-1.v1/Defect/?sel=Number,Name,CreateDate&where=Timebox.Name=<sprint name>;Scope.Name=<project>
But doing it this way I'd have to do query for different assets. Is it possible to get this sprint wise info with a single query.
Any help would be greatly appreciated.