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 guys,
I would like to set an automation rule for my Jira project. When a story is given a fix version I would like to automatically clone that story into a subtask to a standard story (not the parent or the trigger story).
Background: when we release a couple of story's, the story is tested by functional management and therefore actually ends up in a new workflow (story agreed, or adjusted again by dev).
Hi @Yentl
I also want to welcome you to the community!
If you are willing to use third-party apps our Deep Clone for Jira app can help you to create this automation. Deep Clone can clone a source issue as a subtask for another issue.
To achieve that with a Jira Automation you can use looping transition and a Post Function Clone as described in our documentation.
Edit: I just noticed your Server tag. Unfortunately, Deep Clone isn't available for Jira Server.
Hello @Yentl
Welcome to Community!
If I understand well, when a fix version is associated with a story, you want to copy that story and transform it into a subtask of another existing story?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thibaut,
That's correct!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think you can directly transform a story to a subtask of another story but maybe you can make it in two steps:
- First you clone your story as a subtask of the same issue when the fix version is filled/updated
- Then you move this subtask to the new story (you just have to find a trigger to identify this subtask, by adding a specific filled for instance). You can probably do it via API REST (https://jira.atlassian.com/browse/JSWCLOUD-22718)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.