hi,
i want to add custom field called "Site" on automation email for customer.
is it possible to add it to automation email ?
i try {{issue.[CustomField].Site}} but it doesn't work, Site : .. still empty on email.
Best,
Adithya Varian
Community moderators have prevented the ability to post new answers.
Hi @adithya - You should be able to present it like this:
{{issue.customfield_xxxxx}}
where xxxxx is the custom field ID.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh it's a select field. Try this:
{{issue.Site.value}}
If that doesn't work, try it with the custom field ID (customfield_100xx)... If you need to find it, It'll show at the end of the URL when you go into the config screen for the Site field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it work Mark, Thank You..
so, for a select field i need to use this smart value. well noted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have created a custom field - number field, what is the smart value for this, please?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @zacharoula_brinia - It would be this:
{{issue.Worked Today}}
Note - Numeric fields can sometimes come across with a decimal (e.g. 123.0). If you don't want this, you may want to do something like this:
{{issue.Worked Today.round}}
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.
Can you please create a new question (@mention me) and include a screenshot of your rule config - specifically the action you're trying to configure?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.