Forums

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

how do automate email sending to issue submitter when email is whithin the description?

Mirmelshtein_ Roi
Contributor
March 12, 2025

Hello

We are using issue collectors intergated into our website to collect user feedback strait into Jira and we'd like to create an automted email once the issue is created to the issue submitter...but the email adress is part of the description 

Capture.PNG

Is there a way yo use samrt values in the "To" field in the automation to extract this mail form the description field?

2 answers

1 accepted

1 vote
Answer accepted
Pasam Venkateshwarrao
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.
March 12, 2025

Hi @Mirmelshtein_ Roi 

Welcome to the community,can you try this Automation Rule

Screenshot 2025-03-12 at 6.27.42 PM.png

 

 

Mirmelshtein_ Roi
Contributor
March 12, 2025

Thanks a lot !

But how will it know to take it from the description field?

Pasam Venkateshwarrao
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.
March 12, 2025

@Mirmelshtein_ Roi have you tried to run the rule?

Mirmelshtein_ Roi
Contributor
March 12, 2025

Hi @Pasam Venkateshwarrao 

 

Yes I did. here is configuration  - the compare tow values does work but the mail is not being sent

Capture.PNG

0 votes
Bill Sheboy
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.
March 12, 2025

Hi @Mirmelshtein_ Roi 

Please try using the text functions to extract the email address, perhaps saving it in a Created Variable to make checking the value easier:

 

The key to making such parsing work is using a consistent formatting for the Description field so the email address may be found easily.

 

Kind regards,
Bill

Mirmelshtein_ Roi
Contributor
March 12, 2025

Hello @Bill Sheboy 

I managed to create this automation and it passed with no issues accoriding to the audit logs but the email was not recived 

here is where I'm stuck - could it be that the reason for this is the mail adress in the description body is a link? if so how do I habdle that?

 

Capture.PNG

Bill Sheboy
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.
March 13, 2025

Yes, it is likely a "smart link" and thus the email address is probably appears twice in the Description field's markup.  For example:

[emailAddress|emailAddress]

You can verify this by first saving that extracted value to a Created Variable and then writing it to the audit log before using it in the Send Email Action.  Once confirmed, you may use additional text functions to extract a single value for the email address.

Suggest an answer

Log in or Sign up to answer