I want a rule with a manual trigger to be fired when another rule completes. I have turned on the "allow this rule to be triggered by another rule" option, but I'm not seeing a way to do this. I'm assuming that the option to be triggered by another rule only applies to when a certain condition is met.
pseudocode: I'm using JSM, but this applies to JS as well
Rule 1: (this runs when a ticket is created)
Rule 2: (this is a manually triggered rule)
I want rule 1 to complete, and then run rule 2. I know I could build rule 2 into rule 1, but I also need this to be manually triggered for times when a ticket is created internally and the components change. Or when the rule breaks, and I need to force the visibility of client links.
Hi Nate,
The quick answer is you can't. That's why they are manually triggered rules.
But you can copy the rule and turn it into a regular rule that would be triggered by some other event based on the first automation rule firing.
Thanks John. That's what I thought. This manually triggered rule would be nice to keep as a "one source of truth" rule. In this case the client links are constantly being added to, so making two rules requires 2x the effort when an update is required. Still though, this could be ok and is a major improvement to not automating at all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, and...to your and John's thoughts...
When I see a scenario like this I wonder "under what conditions would I trigger that manual rule?"
If there are specific issue/entity changes leading to it (or a schedule, or magic comment, etc.) perhaps the rule does not need a manual trigger. Once that is discovered I can change the trigger and take advantage of the situation to trigger the rule from another one. And then as you describe, the logic is only in one place/rule, supporting reuse.
Kind regards,
Bill
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.