Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.