I need to know how to upgrade from Jira server v8.8.0 to v8.22. Can we download the latest version of Jira server v8.22 or do we have to install other versions first?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.