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,551,722
Community Members
 
Community Events
184
Community Groups

Is it possible to clone a ticket and its sprint values without cloning its active sprint value?

Hello,

Currently, tickets in Jira have a Clone feature with multiple configuration options. One of these options is “Clone Sprint Values.” When creating a Clone with this option, if the ticket being cloned is in the current sprint, then the newly created ticket will also be added to the current sprint.

We would like to know if it is possible to have the newly created ticket instead placed into the backlog.

I've tried to do this via groovy but I can't get my code to work. Was wondering if there are other ways of going about this?

 

1 answer

0 votes
Michel Neeser
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 09, 2023

Hi @Iheanyi Uwanamodo

As far as I know, there is no way to do this directly while cloning. But you could probably use an automation rule like this to achieve your goal:

automation.png

Where is the automation page? I dont think I've seen this feature.

I'm not using Jira Cloud, I think that's only a cloud feature.

Michel Neeser
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 23, 2023

@Iheanyi Uwanamodo If you don't have https://marketplace.atlassian.com/apps/1215460/automation-for-jira or https://marketplace.atlassian.com/apps/1211836/automation-for-jira-server-lite installed on your server instance, then yes, automation is not available.

To get back to your original question:

We would like to know if it is possible to have the newly created ticket instead placed into the backlog.

Actually, if you don't clone the sprint values, the ticket should be moved to the backlog automatically because there is no sprint assigned. I am not sure if this logic applies to Jira server as well, but did you already verify if that is the case?

Suggest an answer

Log in or Sign up to answer