-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Work Item - Search - Backend - JVIS
-
1
-
Minor
Issue Summary
When searching for a hidden field in Advanced Search, the JQL query shows that the hidden field is searchable for the projects that the customer has migrated from Jira Server to Cloud, however, this should not be the case as hidden fields are not supposed to show. Basic search does not allow hidden fields to be searchable.
Steps to Reproduce
-
- Navigate to a project 'Test' (migrated from Jira Server to Cloud)
- The field configuration has the Priority field hidden.
- Using Advanced Search, search :
project = Test and priority = High project = Test and priority is not empty project = Test and priority is empty
-
- Click on Search.
Expected Results
The Advanced Search should be shown as
and the warning message 'hidden field is not searchable' as the field is hidden and there will be no results returned.
Actual Results
The Advanced Search will be shown as correct
and user can proceed to search. This should not be the case as a search with a hidden field will not return any results.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available