1

How can I get the data to create a burndown chart from Jira Greenhopper?

I want to create my own burndown chart with my own graphics. Is there an api I can get the current and historical task data?

jessehouwing
  • 106,458
  • 22
  • 256
  • 341
Jamey McElveen
  • 18,135
  • 25
  • 89
  • 129

1 Answers1

3

You can obtain the data for the Hour Burndown Chart via the actions menu on the version you are interested in. To do this click on the "Excel (Chart Data)" link.

Alternatively, you may wish to comment on GHS-1853, an open a meanwhile closed issue that covers APIs for GreenHopper, with your requirements.

Steffen Opel
  • 63,899
  • 11
  • 192
  • 211
  • Thanks man! Is there a way I can automate getting this information? I direct link to the data without authentication so I can write a service to pull it daily? – Jamey McElveen Jan 11 '11 at 16:02
  • Hi, did any one able to get this data using the api. I too want to create a my chart but the API seems to be unncessary complicated. – undefined Nov 06 '16 at 19:25