You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not able to see sprint goal in sprint report.how to fix. can anyone help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The response is something like "{"id":20051,"self":"https://.......... ,"originBoardId":4241,"goal":"Sprint Goal"}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.