We have several custom fields, one is the result of a Bugzilla import called External ID. Another is one called Case #. Both of these fields are defined as text less than 255 characters.
The first problem is from the Issues screen when you click on More Criteria and add one of these custom fields and then enter a value it does not work. Instead you always see the error message: The JIRA server could not be contacted. This may be a temporary glitch or the server may be down.. Searching other fields works just fine, it's only the custom fields that cause this issue.
The second problem is that when using the Quick Search feature, these custom fields are not included in the search. Based on JIRA-7686, https://jira.atlassian.com/browse/JRA-7686. When a value that matches external id or case # is searched, it should be returned in the results. Instead, we just simply get no matching issues found.
I've already shut JIRA down, cleared the work directory, and restarted based on another post and that did not fix the issue.
We have gone live with JIRA and transitioned ALL of our users to this system. Currently they are unable to find any issues that they were previously working with as they can not search by the Bugzilla ID (external id) or the support ticket number (Case #).
Hello binaryartist,
I have exactly the same probleme and I have found a work around :
Following query :
project = "MY PROJECT" AND "The custom filed name" = "The Custom filed value"
generate the following error : "The JIRA server could not be contacted. This may be a temporary glitch or the server may be down."
My workaround is to start with custom field parameter, the following query is executed without error :
"The custom filed name" = "The Custom filed value" AND project = "MY PROJECT"
Binaryartist, do you have the same result or a solution ?
Jira team, what do you think ?
Thanks for your help,
Antoine
Note: I have this problem on Jira v5.2.7#850-sha1:b2af0c8 version
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, the issue is Global Type (All Issues) and is added to all projects. Also, in the Issues screen, changing the filter to a single project still does not make the error go away.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm its weird. Maybe this would help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, re-indexing was ran. I just ran again to be sure...same issue persists.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe you had perform re-indexing as well?
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.