Forums

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

Need REST API Details for BURN DOWN CHART DATA

Vijay Durai June 19, 2019

Hi Everyone!

Im trying to integrate the burn-down chart data details with another chart 

But I didn't find any endpoint in the Jira API docs related to the burndown data.

I need the API details 

Any suggestion or documentation reference link to achieve this would help 

Please share 

2 answers

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
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.
June 20, 2019

The burndown charts are generated by calculations using the issue data.  There is no "burndown chart data" stored.

You will need to retrieve the issues in the sprint, and read them for their estimates and changes of status.

Vijay Durai June 20, 2019

Thanks  Nic for the quick response

kindly help in sharing the api details for retrieving the issues in the sprint

Nic Brough -Adaptavist-
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.
June 20, 2019

The simple answer is "use the REST API", but I think it might be better for you to start in the middle!

I would start with a remote system running a JQL query to fetch the list of issues in the sprint.  Probably as simple as "sprint = <name of sprint>" and done via REST calls such as the ones you can find in https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/#searching-for-issues-examples

0 votes
Asif663
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!
July 6, 2020

 

/rest/greenhopper/1.0/rapid/charts/scopechangeburndownchart.json?rapidViewId=274&sprintId=834 

Daniel Eads
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 6, 2020

Hey @Asif663 ! Just wanted to let you know your post was caught in Community's spam filter and I've released it. I also modified the link to not point at your particular Jira.

Swapping in board and sprint IDs to the URL provided though (the rapidViewId will stay the same between sprints, but the spintId will change with each sprint) does give you a JSON slug of the changes that feed into the burndown report.

Cheers!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events