Hi,
I creating automation when status transation is change then email to requester.
automation is running properly.
But I made custom field but not shown on email body {{issue.CustomField.18438}}
Hi {{reporter.displayName}}
Your ticket/request has now been approved by {{issue.CustomField.18438}} and the ticket status is now changed to Resolved
Please suggest how to fix it.
Hi
Its works. Thank you so much for your help.
Regards,
Hi @it-arief.heldian ,
It is showing but it shows the accountid for the person who approved it seems. Without knowing what the customfield was I couldn't guess that :)
I'd say try:
{{issue.customField_18438.displayName}}
to get the name instead of the accountid
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Below the result field still not shown
Can you gave me another suggestion.
Re
gards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Below the result field still not shown
Can you gave me another suggestion.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@it-arief.heldian welcome to hte community.
Please try:
{{issue.customField_18438}}
Where you use an underscore and lowercase customfield
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.