-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Work Item - Search - Backend - JVIS
-
2
-
Severity 3 - Minor
Summary
JQL will search by last text field value even when field value was set to empty.
Step to Replicate
- Create a ticket with a custom text field in it. Populate the field with 'ToDo'.
- Edit the ticket and remove the text field value.
- Go to the issue navigator and run the query below.
field1 ~ "ToDo"
- The issue will be returned despite it being empty. The JQL is also checking the issue history.
- Go back to the issue and change the text field value to 'Test'.
- Run the JQL query again from the issue navigator again.
- This time the issue will not be returned.
Expected Result
Jira should not be querying against last non empty field value when the field that is specified in the clause is empty.
Current Result
Jira is querying against issue last non empty field value when the field that is specified in the clause is empty.
- is duplicated by
-
JRACLOUD-78084 Deleting the value from a text custom field will return issue when searching that field's original value in JQL (value is not entirely deleted on back end)
-
- Closed
-