I would need your suggestion on how to write the scripted field or a code snippet or template for user picker (for example user) and return the result user's full name. Thank you.
I don't usually do code, as it's better for people to learn for themselves, but in this case, it'll probably help you to see the raw code!
issue.getCustomFieldValue(customFieldManager.getCustomFieldObjectByName("user picker field name")).getDisplayName()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.