Unassign issue through API won't work
Created by: marcovanest
It seems that the functionality to unassigne a issue through the API is broken. The assignee property has the value null after
PUT /projects/:id/issues/:issue_id
with in the body the property assignee_id : null
But the issue UI shows something different in the assignee dropdown:
The issue stays open and assigned because of this