How can I convert a custom field of type 'Project Specific Select Field' to 'Project Specific Select Field (simple)'?

NGATDev March 14, 2017

As a JIRA administrator, I have created a custom field of type 'Project Specific Select Field', which allows a project administrator to arrange (order) field values manually. The project administrators no longer want the responsibility of ordering the list, and would now like the list of values to be automatically sorted alphabetically.  In other words, the custom field should now have the same behavior as a field of type 'Project Specific Select Field (simple)'.

As an administrator, I know that I can create a new custom field of the desired type, initialize its context with the same options, and then bulk edit all issues to assign the same value in the new field as the current field.  But this is very cumbersome when there are a large number of options (one must run a separate JQL and bulk edit for each option that is used by any of the issues).  Perhaps there is a scripting solution?

So, aside from the method described above, Is there a way to easily (and safely) 'convert' the custom field from its original type (Project Specific Select Field) to 'Project Specific Select Field (simple)'?

1 answer

1 vote
QuentinB
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 14, 2017

Hello, you can find some solution in this documentation :
https://confluence.atlassian.com/jirakb/changing-custom-field-types-in-jira-158357.html
Change cf type in database seems the faster way but you need to be careful
This discussion may help you :
https://answers.atlassian.com/questions/102209 

NGATDev May 11, 2017

Thanks very much for your response!

Suggest an answer

Log in or Sign up to answer