We have a project with a Notification scheme but we wanted to only notify groups of people depending on the issue type when an issue is created. I've created the automation rule (below) and have tested it out a few times but it is not notifying the intended group. Any ideas?
Hello, Good day. You could try the logic shown on the following screenshots.
Hi @rmax
It seems like you've set too many if conditions for your automation, basically reading your automation you are checking if the issue type is all of the listed which is why it won't work.
Additionally to what @Mohanraj Thangamuthu I can suggest adding branches for each of the issue types, it will make everything look much better and run in single automation:)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for explaining that, I see the issue now. How would I create a branch? As I was going to do a separate rule for another ticket type but I realise I could do it all in this rule with branches
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.
Basically you could build something like this:
You can add branch the same way as any other component
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.