Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I get velocity data for a sprint given the Sprint ID?

Sasuke Uchiha
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 31, 2018

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?

0 answers

Suggest an answer

Log in or Sign up to answer