I am able to automate the cloned issues, but those are not with sequence as of parent issue.
Result after cloning
Expected result:
Hi @Tushar
Short answer: To enforce the issue creation order the rule must clone them one-by-one (not using a branch) or use a marketplace app (which will essentially do the same thing to enforce the ordering).
More information...
I hypothesize your rule is branching over the issues to clone.
Automation branches which could include more-than-one-issue are run in parallel and asynchronously. There is no guarantee of the processing order and the steps after the branch will likely start running before the branch completes. Please see the documentation to learn more: https://support.atlassian.com/cloud-automation/docs/jira-automation-branches/#Ordering-of-branch-executions
Kind regards,
Bill
Hello @Tushar
To offer you advice on how to modify your automation rule, we need to see your rule. Please provide a screen image showing the entire automation rule.
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.