Hi
I have over 2000 issues which I need to copy the value of "Fix version/s" in to another custom field. Is there any simple possible way to do that?
I was hoping to do it by buck change but I was so optimist :)
Without and addon, here is what I would try.
Now with the historic issues out-of-the-way, you could consider adding a post function to a transition in your workflow to always copy that feel if you desire.
If you happen to have a scripting addon such as Scriptrunner than you consider using it.
thanks ! well I didn't want to buy a new addon and I used this way .. it was too much work though ... I had many status and different issue type had different workflow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
If you want this to be automated anytime an issue event happens then you can use below script with Scriptrunner in place.
//Below script copy the fix version value to another custom field.
--------------------------------------
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @NEGAR JALALIAN
You can follow as @Jack Brickey suggested without an add-on, but if you have an add-on like Script runner.
You can write a script and do the following
Most of the scripts for the above 2 steps are already available on the community posts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.