You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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 !!