The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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

TAGS
AUG Leaders

Atlassian Community Events