I have an automation set up that emails out certain people in certain situations and need it to also tell them the organization the customer is in but I cant find a smart value for "Organzations" is there one ?
So far if I do {{issue.organizations}} I get the below output :
ServiceDeskOrganizationBean{id='2', name='Bruce Banner org'}
I just want it to give me the actual org name e.g Bruce Banner org
Hi!
The organization field is a multi-value field. You can try this:
{{issue.Organizations.first.name}}
Additionally, this item can help: https://community.atlassian.com/t5/Jira-Service-Management/Smart-value-for-Organization/qaq-p/1395197
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.