I've tried to read through other threads for this issue, but none of it is helping me. I didn't have any issues moving issues in my backlog yesterday. I need to do it today, but now I receive the message: Ranking is disabled as the Filter Query for this board is not ordered by ascending Rank. Check filter configuration.
Some of the tips provided by others I can't locate on my board. I'm a self-taught Admin and this stumps me.
Appreciate any help you can provide.
I think that exception is from another custom field, it;s referring to line 23. Maybe you only posted part of it?
Also your code is bad, you don't close the connection if there is no result.
You should do it like
try {
... do stuff
return result
}
finally {
... clean up
}
Thanks a ton @Jamie. I've corrected the code. After the changes, I am monitoring the logs and now I don't see any errors while performing the operations. Also, I am able to reindex Jira properly now :).
However, when I start Jira, the below error in Jira gets.
2014-05-09 10:57:04,706 localhost-startStop-1 INFO [plugins.dvcs.scheduler.DvcsScheduler] DvcsScheduler start planned at Fri May 09 11:04:19 IST 2014, interval=3600000 2014-05-09 10:57:08,004 localhost-startStop-1 WARN [onresolve.jira.groovy.ScriptManagerImpl] Error migrating listeners to new format groovy.lang.MissingMethodException: No signature of method: org.picocontainer.defaults.DefaultPicoContainer.getComponent() is applicable for argument types: (java.lang.Class) values: [interface com.atlassian.jira.event.ListenerManager] at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:55) at org.codehaus.groovy.runtime.callsite.PojoMetaClassSite.call(PojoMetaClassSite.java:46) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) at com.onresolve.jira.groovy.CannedScriptListener.<init>(CannedScriptListener.groovy:21)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.