Forums

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

Is there a way to get the "Work scope" which is showed in "burn up" chart?

Joe Jicheng Xu March 15, 2021

The "Work scope" means the planned story points of one sprint.

How to get the "work scope" value of each sprint(closed or active sprints)? Is there API function for it or any tool is available?

1 answer

1 accepted

1 vote
Answer accepted
Bill Sheboy
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.
March 15, 2021

Hi @Joe Jicheng Xu 

With out-of-the-box Jira Cloud, you can use the REST API to get the sprint report for a specific board and sprint.  To use this, please substitute your values for myCompanyURL, myBoardID, and mySprintID

myCompanyURL/rest/greenhopper/1.0/rapid/charts/sprintreport?rapidViewId=myBoardID&sprintId=mySprintID

Looking near the end of the JSON response you will find several measures for the sprint.

If you want this for all of the sprints for a project, you could first get the list of sprints and then iterate over them with the first REST CALL.  Please substitute your values for myCompanyURL and myProject

myCompanyURL/rest/greenhopper/latest/integration/teamcalendars/sprint/list?jql=project=myProject

Best regards,

Bill

Joe Jicheng Xu March 15, 2021

Thank you for your message, I'll try it.

Joe Jicheng Xu March 16, 2021

It works, thanks so much.

Like Bill Sheboy likes this

Suggest an answer

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

Atlassian Community Events