Hi, I am using Jira 3.5, and I need to change some custom fields' type.
Here's what I did to test the procedure:
1. Create a new radio buttons custom field
2. Stop Jira
3. Execute:
UPDATE CUSTOMFIELD
SET CUSTOMFIELDTYPEKEY='com.atlassian.jira.plugin.system.customfieldtypes:multiselect',
CUSTOMFIELDSEARCHERKEY='com.atlassian.jira.plugin.system.customfieldtypes:multiselectsearcher'
WHERE ID=10570
4. Start Jira
5. Re-index
But in Jira, the type of the custom field is still radio buttons. Moreover, after doing that, it's impossible to delete the custom field (the webpage never finishes to load).
Please could anybody tell me what did I do wrong?