今天遇到JIRA中搜索自定义字段(TextFiled类型)中的数字(如搜索:20090828999:定时定额设置(历史问题) ),结果发现查找不到数据。
查找发现应该是JIRA引用confluenced中的问题,为了及时解决项目组的问题,决定把自定义字段类型修改为(Number)。此时在JIRA的自定义字段已不能修改字段属性。经过多次查找解决如下:
1、修改表CUSTOMFIELD,
把{CUSTOMFIELDTYPEKEY:com.atlassian.jira.plugin.system.customfieldtypes:textfield}改为
{com.atlassian.jira.plugin.system.customfieldtypes:float}
把{CUSTOMFIELDSEARCHERKEY:com.atlassian.jira.plugin.system.customfieldtypes:textsearcher}改为
{com.atlassian.jira.plugin.system.customfieldtypes:exactnumber}
2、修改表customfieldvalue数据,把{STRINGVALUE}复制到{NUMBERVALUE}
3、重起JIRA
4、查看修改后字段是否已经改变属性
5、进入系统管理,进入indexing,重新整理index
6、进入查看BUT,查询正常