Actions
Defect #33744
openREST API does not allow unassigning user
Status:
New
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Hi there,
assigning a different user using the JSON REST API works perfectly on 4.1.1.stable when we assign to a specific user ID.
However, when trying to unassign a user, the request is simply ignored. I tried putting null, 0, -1 or "" as the user ID, but nothing works; I believe this to be a defect.
Best,
Johannes
Related issues
Updated by Yuichi HARADA over 4 years ago
I was able to unassign the Assignee with the following REST-API command, referring to Rest_Issues.
curl -X PUT -H "Content-Type: application/json" -H "X-Redmine-API-Key: <API KEY>" -d '{"issue": {"assigned_to_id": ""}}' http://127.0.0.1:3000/issues/1.json
If you can't update with the above command, it is possible that Edit issues permission is disabled for the user running the command.
Updated by Holger Just over 4 years ago
- Has duplicate Defect #33877: REST API: No way of removing Assigned To when Issue is assigned added
Actions