Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to include Smart value from a Custom text field that will contain email address

Tiara Pequeno
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 5, 2025

I have a custom field named "Email", which is of type Short Text (single line) and contains an email address.I’m trying to use this field value in the Recipient field of a Jira Automation rule to send an email automatically. However, none of the approaches seem to work — I’ve tried using expressions like:
{{issue.customfield_xxxx}} and {{issue.customfield_xxxx.value}}, and also attempted setting it via entity properties, but I always get the error message:No email is provided in the recipient field.Could you please advise how to properly reference a custom field (that holds an email address) as a recipient in an Automation email action?

1 answer

1 accepted

5 votes
Answer accepted
Anthony Morais
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 5, 2025

Hi @Tiara Pequeno  welcome to the Atlassian Community!


I recently faced the same issue when trying to send an automated email using the value of a custom text field (type: Short text) containing an email address.

To make it work, instead of using:

{{issue.customfield_xxxxx}}

I used:

{{issue.fields.customfield_xxxxx}}



Screenshot_3.png

This change solved the issue, and the email was sent successfully. You can also add a “Log action” before the email step to validate the value at runtime.

Let me know if it works for you too!

Regards,
Anthony

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events