We have JIRA automation rule which would that clones all the stories under a given Epic. I’ve noticed, however, that when the clone occurs it’ll put the newly cloned stories in a random order under the new epic.
I’d like to ask if its possible to add a new step or something to my Action that’ll cause the stories to be cloned over in the same order they are originally listed in the original Epic.
So if I have 4 stories under an Epic, and they are listed as A,B,C,D I’d like them to be cloned over in that same order. Currently it’d clone them over randomly like C,B,D,A.
Hi @Naveen kumar Bhoomanagari (HCL) -- Welcome to the Atlassian Community!
The short answer is: no, that is not possible with an automation rule for an unknown number of issues to be cloned.
The longer answer is...
Automation rule branches which could be on more than one thing (e.g., on JQL, linked issues, etc.) are run in parallel and asynchronously. In fact, there is no guarantee of when the branch will complete...up until the last step of the rule!
Thus when using a branch to iterate over the child issues in the epic, there is no way to enforce the order of creation (or ranking).
If you truly need this ordering, two possible options are:
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.