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
@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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.