how can we see the 'sprint goal' in completed sprints?

Nancy_Bessette July 13, 2018

In the sprint report I don't see an option to view the text that was entered in 'goal'. Thanks!

3 answers

3 accepted

4 votes
Answer accepted
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 13, 2018

Hi @Nancy_Bessette,

the sprint goal is located here:

image.png

Nancy_Bessette July 13, 2018

thank you!

Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 13, 2018

You're welcome, @Nancy_Bessette!

If you think, your question is answered, please accept the answer with the check sign. Users with similar questions can find answered questions easier with such a marker.

Thank you

Nancy_Bessette July 13, 2018

where is the check sign?

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 13, 2018

up above...

 

checkmark.jpg

Like Earl McCutcheon likes this
1 vote
Answer accepted
Felix Molonfalean September 9, 2019

You can access the goals through the use of the API.

 

If you navigate to https://company.atlassian.net/rest/agile/latest/board/22/sprint/ (you will need to replace the following)

 

- replace "company" with your host name

- replace 22 with the board "id"

0 votes
Answer accepted
monika singh July 4, 2019

I am not able to see sprint goal in sprint report.how to fix. can anyone help.

Felix Molonfalean September 9, 2019

You can access the goals of previous Sprints through the API.

 

If you navigate to https://company.atlassian.net/rest/agile/latest/board/22/sprint/ (you will need to replace the following)

 

- replace "company" with your host name

- replace 22 with the board "id"

Like # people like this
Frédéric Dehin December 13, 2019

The response is something like "{"id":20051,"self":"https://.......... ,"originBoardId":4241,"goal":"Sprint Goal"}

Vladimir Mircevski August 30, 2021

At least in the Edge browser, this appears to have the results limited to first 50 sprints. Is there any way I can get Goals of say sprint 128?

Vladimir Mircevski August 30, 2021

I found the answer to my question in the REST API documentation:

 

To get details on a specific closed sprint, URL to use is:

https://company.atlassian.net/rest/agile/latest/sprint/sprint_id/

 

Where you need to replace:

1. "company" by the host name applicable for your JIRA

2. "sprint_id" by the #id of the sprint you want the details on - but mind this is not necessarily the one shown in the Sprint name - best to go to your Project, Issues, and then in search add "and sprint=" and start typing the sprint name part - it will offer the correct name in the "autofill" list and that will have the actual sprint ID in the brackets:

 

Capture.PNG

Like # people like this
Sehreen Jafry August 11, 2022

This only allows user to view one sprint goal at a time.
Is it possible to get a list of all the goals returned from say Sprint 1-100 in this API call?

Suggest an answer

Log in or Sign up to answer