I'm trying to build an automation where the automation needs to listen and trigger it.
so the use case is
An email notification needs to be sent to a group when a specific issue type is created at least by minimum 3 persons in the last 30 min.
I built something but i don't know how or where i put the minimum 3 person condition.
Hi @Baris Sehitoglu,
the Lookup issues function is suitable for this. Just use the JQL query to find the desired tickets and create the following advanced compare condition.
{{lookupIssues.size}} is greater than 2
Greetings
Nicole
Hi @Nicole Ahlborn
Thanks for the answer, I've tried the steps that you've showed. It works the way expected.
Thank you so much for your help.
Regards
Baris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nicole Ahlborn ,
thank you, the problem I see here is the condition "at least by minimum 3 persons" - I'm not aware of JQL, which can be used.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
just add an if block like this:
Then you make sure that the email will only be sent out if there are 3 different reporters.
Greetings
Nicole
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Baris Sehitoglu ,
I don't see any possibility how to do this. Maybe some other user will find a way, but your request is very specific and I don't think this is possible.
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.