Feature #9802
closedWrong mail in commit makes automatic spent time logging fail
0%
Description
When a user user her <login>@domain and not the mail registered in her account settings, the automatic spent time logging does not work.
The automatic issue management works by the way (tested with refs and fixes).
Regards.
Updated by Etienne Massip almost 13 years ago
I don't get it: where could this user use a specific email when using time tracking feature?
Is that a plugin feature?
Updated by Daniel Dehennin almost 13 years ago
This is during commit with the '@' notation, see #4155.
If the user register the wrong mail in git config --global user.email
, the automatic spent time logging does not work.
Updated by Etienne Massip almost 13 years ago
Can't you map the wrong mail to the right user in project settings, repository tab, bottom "Users" link?
Updated by Daniel Dehennin almost 13 years ago
The real fixe was to make the user change the mail setting in git or in its Account management, which is, by the way, not multivalued.
Updated by Daniel Dehennin almost 13 years ago
Updated by Etienne Massip almost 13 years ago
Daniel Dehennin wrote:
The real fixe was to make the user change the mail setting in git or in its Account management, which is, by the way, not multivalued.
Do you say that you tried to map the wrong mail to the right user in Redmine like I suggested but that it didn't work?
Updated by Daniel Dehennin almost 13 years ago
No, my redmine administrator does not find the link, I'll try to look with him when it has time ;-)
Just setting the good mail in git and the next commit works, but this issue will happen as soon as someone is committing at home with another email address.
It seems that #4244 will solve this current issue too.
Updated by Etienne Massip almost 13 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Daniel Dehennin wrote:
No, my redmine administrator does not find the link, I'll try to look with him when it has time ;-)
I think that this is the better way to solve this issue right now.
I close this issue since this is not a Redmine issue but a misconfiguration (either in git or in project settings).