PATCH API request to send a work item to Recycle Bin fails

XMLWordPrintable

      Issue Summary

      PATCH API request to send a work item to Recycle Bin fails.

      Steps to Reproduce

       

      1. Send a PATCH request for a work item to Recycle Bin
        1. URL - https://hostname.com/rest/align/api/2/Features/id
        2. Request body to send work item to Recycle Bin
          [{        
          "op": "replace",
          "path": "/inRecycleBin",
          "value": false
          }]
          
      1. Received HTTP 204 No Content
      2. Check the work item from UI - No change to Recycle Bin flag

      Expected Results

      The work item should be sent to Recycle Bin and API should receive a response back e.g. "The work item has been sent to Recycle Bin"

      Actual Results

      The work item is unchanged. API request received HTTP 204 with no response body. 

      Workaround

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

            Assignee:
            Andrew Zhang
            Reporter:
            Andrew Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: