You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello...I'm creating an automation rule to have Jira send an email when an issue is moved to done. If I select 'all customers involved' in the to: field, will this also include watchers of the issue? I'm having difficulty finding another option that is appropriate. The email needs to be sent to someone who is not the assignee, reporter, or approvers.
Hello @Michael Gautsch
Per the documentation:
https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Send-email
Selecting All customers involved from the To field will trigger the email to be sent to the reporter, request participants, customers whose organization has been added to the issue, and customers who have subscribed to issue notification. Learn more about customers and organizations in Jira Service Management.
Customers are not typically included in the Watchers list because Watchers are licensed users of Jira. Customers are not licensed users, and are usually included only in Participants.
I found an answer from @Bill Sheboy on another post that may help, if you actually want to send the email to the issue Watchers:
If the people you want to notify are watchers, you could try this one:
{{issue.watchers.emailAddress}}
As with the custom field, type that into the email TO field. I just tried it and it worked for me to notify watchers. I found that smart value on this documentation page:
https://support.atlassian.com/jira-software-cloud/docs/smart-values-general/
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.