I've tried the following:
https://confluence.atlassian.com/display/GHKB/How+to+rename+a+closed+Sprint+in+JIRA+Agile
after replacing the http with https, but got the following response:
Encountered a "403 - Forbidden"
error while loading this page.
Is this because I'm not a super admin and one can't do this with an OnDemand instance or is the page out of date and something has moved?
Hi Jennifer,
You need to be admin of your instance to run curl.
Could you try to run these steps again?
Run the curl
curl -u username:password 'yourInstanceURL/rest/greenhopper/1.0/sprint/SprintIDToChangeName' -X PUT -H 'Accept: application/json' -H 'Content-Type: application/json; charset=UTF-8' --data '{"name":"NewSprintName","startDate":"SprintStartDate","endDate":"SprintEndDAte"}'
Where:
Then, just check if your sprint was renamed.
If that does not work, please open a ticket at Atlassian SAC (support.atlassian.com) under JIRA Cloud that we will gladly change that for you.
Cheers!
Hi,
How come we cannot rename old sprint? When I tried to rename the sprint uses rest API then I got the following error:
{"errorMessages":["Cannot update closed sprint"],"errors":{}}
As I need to rename the old sprint, because I restructure the sprint code.
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.