Unable to update closed sprint via REST API

XMLWordPrintable

    • 8
    • 9

      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.

      Request
      {
          "name": "VPN_91",
          "startDate": "26/Oct/15 6:47 PM",
          "endDate": "05/Nov/15 6:47 PM"
      }
      
      
      Response
      {
        "errorMessages": [
          "Cannot update closed sprint"
        ],
        "errors": {}
      }
      

            Assignee:
            Unassigned
            Reporter:
            Radek Janata
            Votes:
            112 Vote for this issue
            Watchers:
            69 Start watching this issue

              Created:
              Updated: