You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi Atlassian community,
I need some help in setting some Automation rules for sending emails.
When sending an email, we want to include the information stored in specific custom fields.
Mostly using values from :
custom field name - Resolution (long text form field) customField ID - 10155
custom field name - Category (single choice select) customFieldID - 10385
I attempted to extract the information using those smart values, but it didn't work (email doesn't contain them):
{{issue.fields.resolution}} followed with {{issue.fields.category}}
My question: What are the correct values I need to use to include this info in my emails?
Thanks!
Hi Daniel,
Trying using this:
{{issue.customfield_10155}}
{{issue.customfield_10385}}
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.
Hi @John Funk
How do we insert linked issue keys in the email body while using jira automation plugin to send email?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also @John Funk
and I would like to send an email to an email id from a customfield called "customer email". So, in the TO field, how should I call this customer email id field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To send to the email, use:
{{issue.customer email}} in the TO field.
Be sure to click on the Add smart value: {{issue.customer email}} prompt that pops up and do not just click enter to try to select it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Take a look at this previous post and answers for the Linked Issues question:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey there Cloud Community members! We’re excited to give you the first glimpse of the new home for business teams on Jira — Jira Work Management. Jira Work Management is the next generation of J...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.