{{reporter.displayName}}, - shows first and last name
But is there a way to show just the first name?
this question was asked https://community.atlassian.com/t5/Jira-Service-Management/Using-firstname-of-assignee-instead-of-firstname-and-lastname/qaq-p/1761353. talks about using {{issue.assignee.displayName.split(" ").first}}. however when I use it I get nothing displayed.
Hi you can try using
{{reporter.displayName.substringBefore(" ")}}
Can you give me a example of the format of a display name ?
FirstName Last name or FirstName, LastName
Regards
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.