The resolution field of all my issues is blank. Therefore, they do not show up in the dashboard under my assigned issues. It is my understanding that the resolution should be displayed as unresolved if the resolution field is empty. I thus suspect that the resolution is set to an empty string for whatever reason.
Tickets don't show up in search when searching for Resolution IS EMPTY.
I did read a few threads about similar issues and ruled out the usual suspects: There is no custom resolution named Unresolved added. Re-indexing the project did not help. Finally, there is no post-function that manipulates the resolution.
Anything else I could check? Is there a way to search for empty strings in JQL to confirm my suspicion? Perhaps it's possible to work around this issue by auto-clearing the resolution field in a post-function?
Hi I got also this problem. I think it's a bug for some type of customfield as SelectList, instead for Select List Cascade without associate searcher sorting works well.
Indeed a customfield w/o searcher is not searchable but it is sortable.
I got this issue too. The problem is that the Custom Field had no searcher defined, once the searcher was set I had to re-index the instance. That fixed it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I should also point out that we are using the download version of JIRA and that it happens every time I try to sort.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Look at the atlassian-jira.log file. There must be some error that will help you indetify the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From the atlassian-jira log file, I believe this is the location of the error:
------------------------
2013-08-28 10:50:05,677 http-bio-8080-exec-9 ERROR hodgens 650x33945x2 1u65tct 172.16.3.80 /rest/issueNav/1/issueTable [common.error.jersey.ThrowableExceptionMapper] Uncaught exception thrown by REST service
java.lang.ClassCastException: com.atlassian.jira.issue.customfields.option.LazyLoadedOption cannot be cast to java.lang.String
-------------------------
There is additional informational log info that I could also include if necessary.
Thanks
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.