Unable to use a PUT or PATCH call on Release to change the Status from the Archive status (i.e. 4) to any other status such as Done (i.e. 3)

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • 10.109.0
    • Affects Version/s: 10.107.3
    • Component/s: REST API

      Issue Summary

      It seems to be impossible to use a PUT or PATCH call to go from the Archive status (i.e. 4) to any other status such as Done (i.e. 3)

      Steps to Reproduce

      1. Use a GET on an existing Release whose status is 4(archive).
      2. Copy the Response body of this GET and edit the Status of the Release from 4 to 3 and fire a PUT request for change.

      Expected Results

      The API call PUT or PATCH is successful and the Status of the Release is changed from 4 to 3

      Actual Results

      The following irrelevant error is noticed:

      "Cannot update release with id 3. Value for releaseId is invalid."

      Workaround

      Currently, there is no known workaround for this behavior. A workaround will be added here when available

              Assignee:
              Kyle Foreman
              Reporter:
              Syed Parveez Pasha
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: