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.
hi
the rule is true workinig
only
end tep not working
not coming mail
please help
Hello @Aykan Inal
Thank you for your question. Could you post the complete automation? It looks like the if condition is not triggering because the condition doesn't match.
What do you see in the logs? What happens when you enter an e-mail address as test instead of using the assignee?
thanks for help @Paul Wiggers
log said
ıssue condıtıon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, that explains it.
The automation is triggered when the issue is created. Since a newly created issue has the status "Open", it won't pass the if claused where it is checking if the status is Resolved.
So, you either need to transition the issue during the automation. Or you need another automation that triggers on a status change to send the e-mail when it is Resolved.
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.
There are two ways.
Either add in a step (after the Teams message step for example) that transitions your issue.
Or create a new automation with a status change trigger.
Since you have created this automation, I am sure you don't need help setting that up.
If you do, please consult the Atlassian documentation on automations. For example: https://www.atlassian.com/software/jira/service-management/product-guide/tips-and-tricks/automation#overview
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.