I have retrieved Sprint related data using the API:
/rest/greenhopper/1.0/rapid/charts/sprintreport?rapidViewId={rapidViewId}&sprintId={sprintID}
But I am unable to determine the Sprint velocity data, specifically the estimated points value.
Listing the sprints using /rest/greenhopper/1.0/rapid/charts/velocity?rapidViewId={rapidViewId} gives me the velocity data for the previous 7 sprints but I want velocity data for a Sprint, given the Sprint ID. I am talking about "estimated" and "completed" fields.
Is there an API to do the same? Or at least a formula to compute the same using the Sprint data? The data received from /rest/greenhopper/1.0/rapid/charts/sprintreport?rapidViewId={rapidViewId}&sprintId={sprintID} gives me some Sprint level estimates but how do I extract the velocity data from these values?