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.
I have an automation I need to set up. When a story is set to “done” it needs to be cloned with a new due date. The story being cloned has a specific label on it. Say I have 5 different types of stories that always have that label, but each one has a different summary/due date. Is there a way to have it clone the story with its respective due date based on the summary field? Ex.
When label = finance
If summary = scorecard , then clone and create story with _____ due date.
OR
if summary = benchmarks , then clone and create story with _____ due date.
OR
if summary = data , then clone and create story with _____ due date.
OR
etc…..
is this possible to do under one automation?? I’m having trouble figuring out the right conditions.
HI @KillyDream ,
It is possible to do this under one automation rule.
Use the issue transition trigger.
You want to use an if/else condition, using the Summary field as the condition criteria.
Then for each if statement, you want to define the clone action and the fields that need to be defined which includes the Label field and Due Date field.
Hope this helps,
Danny
Thanks Danny! I gave this a try…the first clone is working but the subsequent ones are not meeting the ‘conditions’ even though they are the same….just altered the summary name for the following ones🤔
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is weird, could you post screenshot of your subsequent condition and the JQL query you are using to find the issues that should be cloned?
Also, I have question: what is the use case for the cloning process?
Thanks,
Danny
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.