I'm using GitHub Java API (org.eclipse.egit.github.*) and I have to search for a specific Users to assign Issues.
The problem is that I have to look for proper user by his/her mail and not with userid.
I cannot see any Search method in UserService class... any advice please?