-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Low
-
1
-
Severity 3 - Minor
Summary
As per Search Syntax documentation on for Cloud, term boosting (^} will be ignored on JQL searches. When using the caret on a JQL search, the search fails with error.
Steps to Reproduce
Do a JQL search for a text with caret sign.
summary ~ "^"
summary ~ "test ^"
Expected Results
Results should be returned accordingly.
Actual Results
The search fails with the error : Unable to parse the text 'test ^' for field 'summary'.