Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,207
Community Members
 
Community Events
184
Community Groups

Using firstname of assignee instead of firstname and lastname

Hello,

I would like to use the first name in email notifications and try to remove the last name.

So if I use the smart value {{issue.assignee.displayName}} I receive the whole name, first and second name.

With {{issue.assignee.first.name.asJsonString}} a get nothing.

Is there any way to parse the string until the first space?

Thanks

1 answer

1 accepted

5 votes
Answer accepted

Just figured it out. It works fine with

{{issue.assignee.displayName.split(" ").first}}

Oh My God... Is command perfect

Like Jan Herzog likes this
Like roberto.mory likes this

Yes, this really works. :-)

Like roberto.mory likes this

thanks for the replay

Cheers Martin

Like roberto.mory likes this

I can also confirm that this works. Great, thank you, Martin! :)

However, in our case, since in our Active Directory the name ordering is reversed and separated by a comma (i.e. <last name>, <first name>), the adapted syntax to get only the first name is as follows:

{{issue.assignee.displayName.split(", ").last}}

Like roberto.mory likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events