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.
Is there a way to remove values from select fields when you clone the ticket? We specifically want to remove the Fix Version value when a ticket is cloned.
I came up with this today, I hope it helps someone!
If you clone a Released ticket in Jira, that ticket might not appear on your Board.
Here is a query that finds "hidden" cloned tickets in the XYZ project:
https://<server>/issues/?jql=project%20%3D%20XYZ%20AND%20status%20not%20in%20(Done%2CCanceled)%20AND%20fixVersion%20is%20not%20EMPTY%20ORDER%20BY%20updated%20DESC
Delete the value in the ticket's Fix Version/s field.
This situation arises because of two things:
I am having the same issue. The cloned tickets are defaulting to a "fixed" status when they are created from a closed status ticket. I have not been able to find a solution to this other than having open status template tickets for the types of tickets I create on a regular basis. I'll follow up on with you if I find a solution instead of a work-around.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Interesting case, the Clone function should move the ticket back into the beginning status.
Is this still happening?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sarah Bell ,
were you able to fix the issue? I am experiencing a similar issue. Your input on this will be a great help.
Looking forward to hearing from you.
Thanks,
Deepali Bagul
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.