-
Bug
-
Resolution: Fixed
-
High
-
19
-
Severity 3 - Minor
-
14
-
-
Warranty
Issue Summary
We have identified an issue with the single-choice custom field when it contains options with spaces. Specifically, when searching via JQL, these options do not return any results.
Steps to Reproduce
- Create a custom single-choice field.
- Add a new option
- Include this field in an issue screen.
- Select the newly created value for an issue.
- Execute the following JQL search:
- Single choice drop down[Dropdown] = "new option*D
Expected Results
The search should return the issue that has the selected value.
Actual Results
No results are returned.
Workaround
Using the function choiceOption("") will return the correct result
Example of JQL:
"Single choice drop down[Dropdown]" in choiceOption("one two three")
- is duplicated by
-
JRACLOUD-85104 Custom field option not syncing with JQL search due to stale cache issue
-
- Closed
-