Hi,
I'm running into a problem. We want to clone an issue n times. The value n is obtained from a form ({{issue.properties."proforma.forms.i1".state.answers.20.text}})
(The request is to assemble a specific thing, so we want to track the progress of each item individually).
Now this is my automation:
(this repeats, so next steps in the automation are exactly the same, but the condition checks if greater than 2, 3, 4, ... now implemented until >9)
Is there a better way to achieve this (without the webhooks, I understand we need admin rights to do that)
The clones have the same summary/title, but have a suffix -1, -2, -3, ....