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.
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.