A way to get burndown data as a table, not html/image
I am looking for a way to consume the results of one of the burndown reports as a data table, not to get the image of the chart. I need this data for historical analysis.
Found a similar question, at least what the OP seems to be asking:
the answer points to BIRT source of the reports, which is good,but it seems like too much work to edit and deploy those reports.
So I was wondering if there is an easier way to get the burndown data in the form of timestamp/remaining work pairs that would be the same as on burndown chart. If there is a way to specify request parameters and get results by some kind of REST or similar way - that would be great.