Hi everybody,
We have an issue type "Cost_Request" which has a customized workflow with approvals, and an automation triggered by the creation of that issue type, that sends e-mails and do other stuff.
If a user creates that issue, everything works perfectly.
Now the problem: "Cost_Request" issues can be created automatically from the workflow\automations of another issue type.
When this happens, it looks like the creation trigger doesn't activate or something, and the first aforementioned automation never starts. (Checking logs there's no error nor any other trace of the automation getting triggered).
What can be the problem, and how can we work around it?
Thanks
Hi Alex,
On the Rule Details page, make sure the box is checked under Allow rule trigger. Save and publish and then test it again.
Great minds @John Funk :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex Larini A wild guess, but have you checked the "Allow rule trigger" box in the rule to create the issue?
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.
Now the problem: "Cost_Request" issues can be created automatically from the workflow\automations of another issue type.
Your workflow automation is not triggering the Create event and hence the automation rule is unable to listen to it. How you are creating Cost_Request automatically?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Exactly, that seems to be what's happening.
I've created a loop transition to have the "Create Cost Request" button in the Tasks when they are in progress. It triggers the following automation:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alex Larini , thanks for the clarification. If its automation only then these are dependent on each other and you would need to link the automation as per the above comments from @Kelly Arrey & @John Funk
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.