I have a multi select field with values equal to the list of projects (7 out of 30 projects currently in my Jira Cloud).
When I select single value for this field my automation clones the epic where needed.
The problem is that when I select more than one values only one project gets the issue cloned, the rest are ignored.
How do I make it work?
Is this happening bcz I use else-if in the automation? I can't get more than two IF's without having the else-if appearing as the third option, and I need 7.
I need this to work from a single automation, as I'm allowing my users to trigger it manually when they need it. It isn't an option to create multiple rules that would do this.
Any help is appreciated.