Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

currentUser.name dispay Full Name

Loukia Christoforou
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 28, 2019

Hello All,

i setuped a post function to auto add a comment in a ticket transition and i'm using the Global Variable currentUser.name. How is possible to have the full name in the text that will be added on the comment instead of the username? The results i'm getting back in the comment is "Hi username"... i would like to have 'Hi Name Surname ...'

 

Regards

Loukia

1 answer

0 votes
Jamil Rahimov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 28, 2019

@Loukia Christoforou 
Use this for adding comment: userFullName (%{id})
Id -> it is id of current user custom-field
You need replace id with current user id.
1.PNG

Suggest an answer

Log in or Sign up to answer