After upgrading to JIRA 6.0 we seem to be receiving a substatianl amount of these errors in the logs:
Custom field searcher module: com.atlassian.jira.toolkit:lastcommentersearcher is invalid. Null being returned
Anyone know what this could be?
Find the custom field that is causing this, e.g. on mysql:
select * from customfield where CUSTOMFIELDSEARCHERKEY = "com.atlassian.jira.toolkit:lastcommentersearcher"
note the value of the field "cfname"
$BASEURL/secure/admin/ViewCustomFields.jspa
, click "Edit" next to it.check the database
select * from customfield where CUSTOMFIELDSEARCHERKEY = "com.atlassian.jira.toolkit:lastcommentersearcher"
-> should be empty
I think you are using jira-toolkit plugin and just check that plugin version is compatible with JIRA 6.0 and also for any deprecated kind of things.
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.