I have a Slack bot from which I want to enable a user to assign a PR to another by tagging him.
Only problem is that the info I get from a Slack user is his email, but the bitbucket API does not allow assigning PRs by email, so I want to either fetch the UUID\username by email, or just assign PR by using user's email.
Any idea on how to do it?