Hi,
I have a multi select custom field named Customer(s) and this cf having almost 400+ customer name and now I have created new field the same type but different label i.e. EA Customer(s).
How should I copy all values from Customer(s) to EA Customer(s) in a shot? instead of copying and pasting one to one.
Any help would be appreciated.
Thanks
Hi Teju,
how about putting all the data in a separate SQL table and using Kepler custom fields PRO SQL select field? https://marketplace.atlassian.com/plugins/com.keplerrominfo.jira.plugins.keplercf-pro/server/overview
Another way could be to export an issue to html and see if all the possible values are listed, then parse them and try to inject it into the JIRA url for adding customfield values. Or have a look at the REST API if there are any functions. If you often have this kind of issue you might even think about writing an add-on which can do this for you ;)
Does any of my suggestions help?
Cheers
Christoph
Hi Christoph,
Thanks for your reply,
I did not aware of exporting an issue to html and also I dont know anything about REST API. I am new to this Jira community.
Is there any other workaround.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Teju,
Are you using JIRA server or cloud?
Cheers
Christoph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
We are using JIRA server sir.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi have you had a look into the jira addon Power Scripts for JIRA?
I guess https://confluence.cprime.io/display/SIL/getFieldOptions and https://confluence.cprime.io/display/SIL/admAddCustomFieldOption should do pretty much what you need if you use a for loop.
Good luck and cheers
Christoph
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.