Hello together,
I've created an Ad Hoc Notification using JEMH. Now I want to add a signature with the name of the agent who sends the notification.
I found several variables like ${event.user}, ${issue.assignee} or ${currentUser} but when I try to add them to my template, theyre just written out in my notification. So my notification is stating ${event.user} instead of the user name.
I also tried to create a velocity macro which is used for translations. I'm already using velocity macros for fix text but I cant make variables work in it like: velocity.macro.action.footer.agent=$event.user
Maybe someone has an idea what I'm doing wrong or sees another solution to approach this?
Hi @Kai Diewald ,
could you try $action.user.displayName ?
Please let me know if it works.
Regards,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.