AssigneeID should also accept "none" and "any"
Hey, I'd like to list unassigned issues, but to do so I'd have to pass the AssigneeID with the value "none", wich is not currently possible, given the option type definition below.
https://github.com/xanzy/go-gitlab/blob/bd30483e865c054c52179448051bef0c597a2495/issues.go#L218
So I was thinking if we could change that in a way to allow for this "any" and "none" possible values.
I'm likely to create a pull request for that sson, but as such strcuture would be quite werid (blame gitlab for that), I'd realy like to know if you guys have tackled this problem and maybe just decided to live it be.