Uploaded image for project: 'Jira Software Cloud'
  1. Jira Software Cloud
  2. JSWCLOUD-12845

Unable to update closed sprint via REST API

XMLWordPrintable

    • 8
    • 10
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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": {}
      }
      

            Unassigned Unassigned
            radek.janata Radek Janata
            Votes:
            108 Vote for this issue
            Watchers:
            66 Start watching this issue

              Created:
              Updated: