We are using a script listener in JIRA to generate and store a value in the Issue. The script is executed after creating and updating an Issue. But after cloning it is not possible to differentiate between Issue creation and Issue cloning. The information whether the Issue is a clone or not is not available when the listener for the Issue creation runs. There is also no event for linking an Issue available.
Is there a possibility to detect in JIRA if an Issue was cloned?
Reading the various threads about this problem/need (which I am facing as well), I wonder whether there is already a feature request to Atlassian to provide a reliable means to detect it.
IMO, the simplest way would be to add a new system field (possibly called "Issue was cloned", or any other name), which would be a radio-button or single-select and will be set to "true" on clone, to "false" on creation.
Then a post-function on Create transition can simply check this field...
Amir
Only if it is specifically logged, and that information not lost.
By default, a cloned issue is usually amended such that
So, in theory, you can look for one or both of those.
But, the automation can be changed or turned off, and also the effects could be removed by editing the issue. The only place you'll be able to reliably tell is by reading the history of the issue. When cloned, you won't see anything, but you'll be able to see if one or both of the automated clone flags used to be set if someone removes them.
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.