We are currently using the Jira macro to pull some epic related information on the confluence page. The Epic has some userpicklist custom fields. So, when the macro renders the issue its shows the usernames (eg. I123456 instead of the Display Name(eg. John Doe).
How can I display the Display Names instead of the Usernames on the confluence page?
Hi Krishnanand,
The user pick list can actually only show usernames. However, you can try a workaround using the Script Runner add-on with the script described on this community answer, just replace "user.getName()" with "user.getDisplayName()" on the code.
I hope it helps!
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.