I have a rule in which I want to assign the issue based on a field Customer. As the configuration is quite complex, I would like to keep this rule separated from the rest.
In parallel I have a rule creating an issue in this specific project and setting the customer in multiple branch
Rule 1:
Rule 2:
My question is "At which moment is the rule 1 triggered?"
In fact it is a question about atomicity of rules...
Thanks in advance.
Hello @Jonathan Porta
I can't point at documentation for this, but Rule 1 should be triggered when Step 2 in Rule 2 completes.
Question: Is step 3 in Rule 2 actually a separate Edit action?
Suggestion: In the Create Issue action you can also set field values. You could set the Customer field within the Create Issue action rather than using a separate Edit action.
Question: is there anything from Step 4 and beyond in Rule 2 that Rule 1 depends on?
Question: Is there anything in Step 4 and beyond in Rule 2 that is continuing to rely on or modify the issue created in Step 2? If so, having both Rule 2 and Rule 1 depending on and/or modifying the same issue could lead to unexpected outcomes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.