I'm trying to set up a Jira automation that will do the following
When an issue is created
If the type of issue create is Epic
and the epic has attachments
then for each attachment in the epic
create a subtask
set the subtask subject to the name of the attachment
duplicate (or add) attachment
Even if I can just get a subtask created with the attachment that would be ideal
Hi @Jess Pfisterer ,
Maybe an automation like this could work for you:
The (for each) branch should look like this one:
Does it make sense?
Let me know it worked for you 😁
Cheers,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.