On the Bitbucket Commits page, the Author column, some users are their full name with a link to their profile page, but some users are just a username with no link. It looks like some commits aren't be associated with their user account.
Possibly related, I've noticed on our Awesome Graphs, Contributors tag, there are multiple entries for some users. The "main" user has full name, correct email, link to profile, but some are different (using local IPs or hostnames). For example: John Smith (jsmith@ourdomain.com), but also jsmith (jsmith@192.168.33.219, and jsmith (jsmith@JSMITH-LT).
If it's relevant, we're using JIRA for our user management/directory and Eclipse to commit code.
Thank you
Yeah I think you answered your own question a bit. :) The committers in Git can be any string. Bitbucket attempts to link the committer to a user with matching email address. If there isn't one, it remains unlinked. You should try to get committers to configure their information to match their Bitbucket user. To fix historical mismatches, I'd suggest looking into using Git mailmap to map those other committer email addresses back to the main one. Bitbucket will respect the configuration you use there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This article also details the process described by @Adam Ahmed : Commit in Bitbucket Server shows a different username than the one that pushes the code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.