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.
I have a custom field, It's a dropdown menu, lets say it says "Yes" and "No" or "True" and "False" - is there anyway I can trigger it do notify someone only if one value is selected and not the other? IE. Can I have it notify someone specific if someone chooses the Yes value and do nothing if someone chooses the No value? Thank you guys so much for your time. I know this may be possible with some automation I just don't know how just yet. lol.
Hi Gregory,
Yes, it can do that. Just add a Condition for the custom field for the value Yes.
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.
It's not working, I need it to send an email to that address ONLY WHEN "YES" is selected, when "No" is selected, to do nothing...?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need a condition component, like the one in my example below. The issue fields condition should do it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes this is possible and as you guessed automation can do this. The rule would be fairly simple and at a very basic level it would look something like this:
In this example when the issue is created and Priority is set to Highest it will send an email. If Priority set to something else the automation will stop and do nothing.
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.