It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hello Community,
Happy New Years to everyone!
I am currently attempting to set some limitations to cloning.
In Jira when I clone an issue (not through a custom script, but simply using the default Jira Clone button) I want the cloned issue to have a certain amount of information from the parent but not all.
Through a custom Listener I am able to delete these fields once an issue is updated/created/moved/etc, but for somereason I cant do it when an issue is cloned.
The "event" I am listening for is "All Issue Events".
Would anyone know what event is triggered when an issue is cloned so that I can run my code based on that?
I only want my code to run once, that is when the issue is initially cloned.
Any help is greatly appreciated!
-Roberto
Hi @Alexey Matveev,
Thank you for bringing that up.
I realized that what was wrong wasnt the use of the events but rather my condition.
I ended up realizing that an issue is cloned when it has an outward link of LinkType "Cloners".
I wrote some Groovy code to check if the issue created had such a link (since issues that arent cloned and are created wont have this link). If that condition passed then I did all my evaluation.
Thank you for your answer!
-Roberto
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreAtlas Camp is our developer event which will take place in Barcelona, Spain from the 6th -7th of September . This is a great opportunity to meet other developers and get n...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.