-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Medium
-
Component/s: Work Item - Search - Backend - JVIS
-
7
-
Severity 3 - Minor
Issue Summary
If there is an existing short/rich text custom field on an issue, and that field contains a value, then you delete the value, a JQL search for the value will still return a result.
The expectation is that after removing the value, that the JQL will not return the result.
Steps to Reproduce
- Create a short/rich text custom field
- create issue and set the field value to any non-empty string “Test123”
- Delete the value “Test123” from the field
- Search for issues with the value "Test123" - issues will be returned despite the field being empty
Expected Results
JQL search should not return the issues since the field is empty
Actual Results
Issues are returned despite the custom field being empty
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- duplicates
-
JRACLOUD-76116 JQL for Single-line Text Field finds issue by value even when that field was cleared
-
- Closed
-
-
JRACLOUD-69792 Single-line text custom fields will show in search if value is set to Null
-
- Closed
-
-
JRACLOUD-70884 JQL will search by last text field value even when field value was set to empty
-
- Closed
-
- relates to
-
LYNX-415 Loading...