I have installed script runner from:
https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner
and I am using the Built In scripts to bulk import custom field options for a Select List as explained in:
The problem I am facing is that after the script runs and imports the options, in the Single Select the options arent in the order I provided during the import.
For example, this is the list I provided during import:
Alpha - A
Beta - B
Development - D
Early Install - E
Limited Production - L
Production - P
But this is the order of options I see after the import:
Alpha - A
Beta - B
Production - P
Early Install - E
Limited Production - L
Development - D
When I have more than 30 options, the order of the options is even more random.
How do I make sure that the options in the Single Select are in the order I provide during import using Script Runner?
I agree with Fahd that this is a bug, but not necessarily that you should create a ticket before establishing it is a bug. In this case though I think it is, although imho com.atlassian.jira.issue.customfields.manager.OptionsManager#createOption should respect the order of creating and not insert them randomly.
I think your best bet is just to import them then sort them alphabetically, which imho is always clearer for users than a custom ordering.
Unfortunately there are situations when sorting alphabetically doesn't fit, like weekdays, months etc. :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ashok,
I would highly suggest that you raise a ticket in the plugin's issue tracker to address this issue to its developer - https://jamieechlin.atlassian.net
I believed this is something that need to be fixed within the plugin's codes itself.
Regards,
Fahd
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ashok,
Can you provide me the code for
thanks in advance.
Regards,
Sumit
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.