Script order in workflow
Answered
I have a lot of rules for the particular project.
And I have a situation when not only one rule suitable.
The order of running scripts is important to me.
How I can determine the execution order of workflow rules?
Please sign in to leave a comment.
We've answered this question in a private support ticket, but I'll copy the summary here for future reference:
Workflow script execution order is not currently determined.
There is a workaround though: If rule A should be run only after rule B, then rule B may set a special tag on an issue. Rule A, in turn, should respect the tag and only run if the tag is there.