Checks if a user has permission to be assigned to a specific issue.If the assignee can be assigned to this issue, a 204 status code with no content is returned.Otherwise a 404 status code is returned.
Request
Path Params
Responses
🟢204Response if `assignee` can be assigned to `issue_number`
application/json
Bodyapplication/json
🟠404Response if `assignee` can not be assigned to `issue_number`