Hello,
We have an automation rule as follows: at the very beginning, a variable (createdIssueKey) is created and assigned the value 0 (screenshot 1). Next, if the issue meets one of the conditions of the if/else component, a new issue is created (screenshot 2) in another project. When created, all attachments from the current issue are copied over. The key of the newly created issue is recorded in the createdIssueKey variable (screenshot 3).
Then, using the “Branch rule / Related issues” component, a JQL search is performed using the key of the issue created above.
Here’s what I’ve noticed. If the volume of attachments in the current issue is relatively large (I tested it with approximately 80 MB), the “Branch rule / Related issues” component executes without waiting for the “Create issue” action to complete, and consequently, the rule fails with an error.
Are the issue creation actions performed asynchronously?



