Using Automation in JSM, I am sending an email notification, using the following to include the reporter's name and organisation:
From: {{issue.reporter.displayName}} at {{issue.customfield_10002}}
However, the second part displays as:
ServiceDeskOrganizationBean{id='ID', name='ORGNAME'}
How do I make this only display ORGNAME?
Hi James:
Have you try - {{issue.Organizations.name}}?
Hope this helps.
Best, Joseph Chung Yin
Thanks @Joseph Chung Yin that worked much better. It didn't come up in the Smart Values lookup, so I didn't realise that was an option.
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.