Is it possible to display the username and/or email in an field (custom or not)?
The user-picker for assignee or Reporter only shows full name which I find annoying.
@[deleted]
mb some people would help this also.
If you try to show the e-mail address instead of the username in the notification:
#text($issue.getCustomFieldValue("customfield_10200").emailAddress)
https://community.atlassian.com/t5/Jira-questions/e-mail-address-instead-of-username/qaq-p/1747467
If you try to show the full username in the notification:
#authorlink($issue.getCustomFieldValue("customfield_10094").name)
If you really want to use the the JIRA native User Picker field, you just update the display name to contain the username as well... or maybe add the email address as well. I have done this with several JIRA instances that we support.
If you want to use a custom field, you may opt to use a "Scripted Field" and code something that will give what you need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the tip.
But unfortunately the solution for update the displayname is not possible since my server is connected to an Active Directory with ~170000 users.
I will have a look on a scripted field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there
Did you solve this with your script?
We are trying to create a email html template with custom-fields. One of this fields should include the e-mail address of the reporter and another field should include the e-mail-address of the assignee. Till now i didnt find any solution.
BR
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.