The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events