Forums

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

how to send email to member and email in custom field(Email address)

Tammy Shi March 2, 2022

we have a custom fields  Email Address

we filled this field following the rule:

when the name or the description of a card contains "{* }@{* }", set custom field "Email Id" to "{wildcard1}@{wildcard2}"

it works fine

Question:

when the card move, how to send email to this custom field: Email Address

when the card move, how to send email to card member (assignee)

3 answers

1 accepted

0 votes
Answer accepted
Sachin Dhamale
Community Champion
March 2, 2022

@Tammy Shi ,


You can use the Notification scheme

Refer this - https://support.atlassian.com/jira-cloud-administration/docs/configure-notification-schemes/

You can take the email address from the custom field to send the notification 

 

Send Email Notification.png

1 vote
d.kirsching
Contributor
March 2, 2022

HI @Tammy Shi 

With Send an email action in automation you can use smart values and assignee value.

 


when the card move, how to send email to this custom field: Email Address -> 

{{customfield_xxxxx.emailAddress}}

To find the right customfield you can check api page like this in a web browser. : https://yourinstance.atlassian.net/rest/api/3/issue/issuekey

 


when the card move, how to send email to card member (assignee) -> 

Capture d’écran 2022-03-02 à 11.53.26.png

 

Regards

0 votes
Tammy Shi March 28, 2022

in the Automation Rules  

I did those two rules

when the description of a card contains "{* }@{* }", set custom field "Email Id" to "{wildcard1}@{wildcard2}" 

And then

when a card is moved into list "Product Back Log" by anyone, send an email notification to "{{%Email Id}}" with subject "test" and message "test"

Suggest an answer

Log in or Sign up to answer