Hello!
I creat a new fields, type optional list. I can add manual the elements to the list, but I have 2000 elements!!!
Can I add fast this 2000 elements? (plugin? pgadmin?...)
Thx, Armin
Hello,
1. You can use ScriptRunner (built-in function)
2. Python + Rest API (https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis)
3. DB is bad idea, in fact, it is possible. 3 table customfield* for your experiments. Please, start on test env.
Cheers,
Gonchik
3 is a very very bad idea - it's not just customfield tables. Caches and counter tables matter as well.
There is another trick - create a spreadsheet with one line per option you want to add, and two columns (the second can be just a duplicate of the first!)
Import it into a temporary project that has your field in it, using column 1 as summary, and 2 as the option. Tell Jira to import the options into the field. Throw away the temporary project and the issues you've created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think better way is Scriptrunner:) Easy to use it.
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.