I have a customfield in which I want a list of potential build numbers i.e. 1 to 5000 I dont fancy doing this by hand for all our projects which will have the same filed.
1. Whats the best way to populate the field? Can I do it from a file? I couldnt seem to see anything in JCLI which might help but I may have missed the obvious.
2. Can you sort dropdowns e.g. most recent version is at the top
Many thanks
Nick
It's also pretty straightforward to do it with curl, or script your browser using webdriver. Well, straightforward if you've done it before.
Also see https://answers.atlassian.com/questions/92385/importing-project-from-another-jira-instance-how-do-we-mass-import-custom-field-multi-select-options?page=1#92622
Yes, this would be the easiest option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How about using CreateCustomField Jelly tag?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah yes, can do this as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA remote APIs don't support it yet and that is why CLI doesn't support it.
The best way might be to write a small servlet which programmatically add the options.
The easiest waut might be to add it in the database directly (customfieldoption table) as long as you know what you are doing. You will have to take JIRA offline, reindex once back up etc.
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.