Hi
I am trying to clone an issue from a project to another using a post-function transition.
1. The issuetype in the cloned issue needs to be changed for Epic with the same "Summary" name than original issue. It is crucial that the cloned issue be linked to the original issue.
PS: The cloned issue will be used on a Scrum board, so you will also need the Epic name ("Summary").
2. In the same script, I need to create 4 Stories with specific names ("Layout", "Development", "QA", "Digital Analytics") linked to the Epic created.
3. In the "Digital Analytics" Story,
I need to create 3 linked tasks ("Data Architecture", "Validation of resources", "TAG").
Below, the other fields already filled out:
Actually, I'm not a developer and my code knowledge is superficial. Can someone help me?
Thank you in advance !!