Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,322
Community Members
 
Community Events
184
Community Groups

Creating automations to clone current issues when they are marked done

Edited

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. 

1 answer

1 accepted

2 votes
Answer accepted
Danny
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 15, 2023

HI @KillyDream ,

It is possible to do this under one automation rule. 

Screenshot_2.png

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. 

Screenshot_5.png

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🤔 

Danny
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 15, 2023

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

Suggest an answer

Log in or Sign up to answer