-
Suggestion
-
Resolution: Fixed
-
JIRA Server 6.3.15
JIRA Agile 6.7.11
In previous versions of JIRA Agile I was able to rename closed sprint with incorrect name/number via JIRA REST API according to this guide:
https://confluence.atlassian.com/display/JIRAKB/How+to+rename+a+closed+Sprint+in+JIRA+Software
With a recent version of JIRA Agile I'm getting "Cannot update closed sprint" error message.
I'd like to keep the ability to update closed sprint via REST API at least in case an urgent change is needed.
{ "name": "VPN_91", "startDate": "26/Oct/15 6:47 PM", "endDate": "05/Nov/15 6:47 PM" }
{ "errorMessages": [ "Cannot update closed sprint" ], "errors": {} }
- is related to
-
JSWSERVER-5744 As a Project Manager in JIRA I want to be able to rename completed sprints that were added by mistake, so that I can clear up any confusion when looking at historics of sprints
- Closed
-
JSWCLOUD-12845 Unable to update closed sprint via REST API
- Gathering Interest
- mentioned in
-
Page Failed to load
- relates to
-
SW-2610 Failed to load
Agree that this would be really handy. Especially when your current project is a legacy one and you want to streamline everything or simplify things. Previous managers could've done a mess with sprint naming and it is really sad you can't just rename them...
EDIT: just saw there's a ticket for Cloud version and that it is still open. Will follow that one then.