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
Is there a way yo use samrt values in the "To" field in the automation to extract this mail form the description field?
Thanks a lot !
But how will it know to take it from the description field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mirmelshtein_ Roi have you tried to run the rule?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes I did. here is configuration - the compare tow values does work but the mail is not being sent
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.