We have stored the some users mail address in the issue using Multi line text field.
I need to create rule that to read the contents from that custom field and sent a mail to those recipients.
Is there any way is there to achive this.
Yes, you can.
In the recipients of the action "Send email", something like: {{issue.fields.customfield_11111}} , you might need to use the split function {{issue.fields.customfield_11111.split(",")}}
read more about smart values here:
https://support.atlassian.com/jira-software-cloud/docs/smart-values-text-fields/
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.