| The underlying problem seems to be that Bitbucket Server REST API expects a userSlug instead of username when fetching the user information from Bitbucket. The attached patch seems to fix that particular problem. I haven't been able to find out much (or any) information about how Bitbucket generates the userSlug from username but when looking at the Bitbucket database table sta_normal_user in our installation, the @-signs have been replaced with underscores (_). fix-for-bitbucket-server-email-address-usernames.patch |