Feature #1383
closedMap repository authors to Redmine users
0%
Description
When browsing the repository commits, it shows the repository author. I would like it to know when a repository author is also a Redmine user -- either through matching usernames and/or a manually created table.
Related issues
Updated by Anonymous over 16 years ago
Yes I'd like this too. Our redmine usernames match our svn usernames exactly so it would be nice to see the proper name in revision information etc.
Updated by Bernd Lommerzheim over 16 years ago
Maybe the patch #1796 is a solution for your feature request.
Updated by Eric Davis over 16 years ago
+1, I'd like to see this feature also. The matching would need to map multiple SCM usernames to one Redmine user: e.g. I'm known as edavis
, eric
, ericdavis
, edavis@....com or edavis10
in the SCMs in my Redmine.
Updated by Jean-Philippe Lang about 16 years ago
- Assignee set to Jean-Philippe Lang
- Target version set to 0.8
Updated by Jean-Philippe Lang about 16 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Feature added in r2006.
Users with same username or email are automatically mapped. But mapping can be manually adjusted in in Project settings -> Repository -> Users. Multiple usernames can be mapped to the same Redmine user.
Updated by James Turnbull about 16 years ago
Just a minor language change:
"Select ou update the Redmine user mapped to each username found in the repository log."
should be:
"Select or update the Redmine user mapped to each username found in the repository log."
Cheers