I have a need that if a specific {{initiator.displayName}} triggers a rule, that the rule just breaks out and does nothing.
Scenario:
User in JSM transitions a case and that transition is sent to another system.
The other system (out of my control) calls the issue.transition RESTAPI because it saw the state of the case change. Because the JSM case was "transitioned", it calls the automation rule again.
So effectively, the automation rule is triggered twice.
But it only needs to be executed once.
You can handle this by adding a condition right after the trigger that checks if {{initiator.displayName}} is not equal to "target-display-name". If it passes, the rule continues as normal. If it matches, the rule simply stops and does not continue.
This way, the rule will run for all users except the one you're targeting
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Paul Konen
So your rule is triggered on a transition change.
So you need to have a condition as mentioned by @Alex Cevicelow
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.