Forums

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

How to get raw data of burn-up chart?

Chau Tran
March 30, 2026

1/ Context: Care team want to get raw data of Burnup chart for self-visualization and high-level report (divided by workspace -> board (team) -> sprint)

Path example: Spaces -> Care Application -> CA JUPITER Board -> Reports

image.pngimage (1).png

Possible solution:

- Direct: Get API of this report from Jira team

- In-direct:
+ Show Care team on logic how to mapping Jira API tables to come-up with this raw data so Care team can work around
+ Crawl / extract data of this report

2 answers

1 vote
Danut M _StonikByte_
Atlassian Partner
March 30, 2026

Hi @Chau Tran,

On Cloud, the raw data of the Burnup Report is not exposed via the REST API. As an alternative, you can retrieve the issues along with their fields from a sprint by using the search REST API endpoint with a JQL query such as Sprint = "My Sprint". You can then process the returned issues as needed. However, please note that this approach might not include issues that were part of the sprint but were removed after the sprint started, so the data may be incomplete. Also, you might need to parse their history (changelogs) in order to determine the issue states along the time interval. 

A simpler alternative would be to search for an app (plugin) on Atlassian Marketplace that exposes the burnup chart data for you.  In case you want to try a plugin, I would recommend taking a look over Great Gadgets - an app developed by my team. It offers a Sprint Burndown Burnup Chart gadget that can also display the sprint data, which can be exported in CSV for further processing. 

image.png

image.png

In addition, this plugin includes a Pivot Table & Pivot Chart gadget that would allow your teams to easily create all kind of statistics based on space (project), team or other fields in form of pivot tables, heatmap table or charts of various types directly in Jira without data export. Here is an example:

image.png

Hope this helps.

Danut.  

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events