Hi!
I will great new issues trough JIRA API, so reporter is API user, not customer. I like to send a "Issue created" notification to the customer e-mail. I have customer e-mail address in custom field, lets say "customfield_14506". Is there any way to add this field information (e-mail address) to the To row?
Hi @Kaido Kabral -- Welcome to the Atlassian Community!
For Automation for Jira, you may send an email with a custom user field using emailAddress. In your example this would be: {{issue.customfield_14506.emailAddress}}
Best regards,
Bill
Hi!
Tnx for the answer! I try to enter this value and receive "No matches found".
Only values the field is accepting are " Reporter (customer)" and "Customers involved".
I try to enter this value to the "To" field - Do I need to enter this value to "Content" field instead?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, that should work for the TO field. Please try this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.