-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Features - Action, REST API
-
None
Issue Summary
PATCH API request to send a work item to Recycle Bin fails.
Steps to Reproduce
- Send a PATCH request for a work item to Recycle Bin
- URL - https://hostname.com/rest/align/api/2/Features/id
- Request body to send work item to Recycle Bin
[{ "op": "replace", "path": "/inRecycleBin", "value": false }]
- Received HTTP 204 No Content
- 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
- is related to
-
JIRAALIGN-2299 PATCH API request to send a work item to Recycle Bin fails
-
- Closed
-