Forums

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

Burndown data through Greenhopper REST API

Peter Dittman
Contributor
April 18, 2013

I'm trying to collect Scrum team statistics and would like to include the number of points originally committed to a sprint (in effect, the value of the burndown chart at the start of the sprint).

I'm not seeing anything in the REST API to get that information... Is this some that needs to be calculated (e.g., number of completed issues plus punted issues)?

thanks for any insight.

-Peter

5 answers

0 votes
rag van
Contributor
November 7, 2013

Hi, I am using classic board. Is there any rest api available to generate issue burndown chart?

0 votes
rag van
Contributor
April 18, 2013

have you tried rapid/charts/sprintreport

it has allissueseatimatesum returned along with completed and punted.

0 votes
Peter Dittman
Contributor
April 18, 2013

Using Rapid boards. thanks

0 votes
rag van
Contributor
April 18, 2013

which board are you using, classic or rapid ?

0 votes
EddieW
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 18, 2013

hOW ABOUT something like rest/greenhopper/1.0/rapid/charts/scopechangeburndownchart?rapidViewId=1&sprintId=1

or

/rest/greenhopper/1.0/rapid/charts/sprintreport?rapidViewId=1&sprintId=2

Peter Dittman
Contributor
April 22, 2013

Eddie,

thanks for the tip there - the scopechangeburndownchart is helpful, though I need assistance with interpreting the values of returned information. The burndown charts themselves show "event type" and "event detail", but the scopechangeburndownchart API only returns newStatus, newValue and added.

Sounds like there's some calculation/inferences going on... is there a description of the returned values somewhere?

thanks.

jasyn
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 13, 2016

Hello Peter,

Have you found anything that helps interpreting the returned data?

Thanks in advance,

Talal Shoukat
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!
November 24, 2016

Hi, Peter you can find calculations to create burndown from API using this ruby code . I know it too late for me to answer this but may be it would help anyone else down the road.

Suggest an answer

Log in or Sign up to answer