Jesse Glick commented on Bug JENKINS-15253

Replacing < and the like with _ is done to create the User.id. The question is how MailAddressResolver takes the User and determines an email address. Normally extractAddressFromId would handle this. Try going to /script and evaluating

u = User.get('John Doe _johm.doe@acme.com_')
println(u.fullName)
println(hudson.tasks.MailAddressResolver.resolve(u))
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to