-
Type:
Bug
-
Status: Done (View Workflow)
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 5.6.1
-
Component/s: JQL Functions
-
Labels:None
-
Critical Points:0.8
To reproduce:
- Go to the issue navigator in Advanced mode and enter a JQL query using the expression function with a syntactically incorrect subquery, e.g.:
issueFunction in expression("project = A B", "reporter == assignee")
(The error in the above is that project names with whitespace need to be enclosed in quotes.)
- Submit the query.
Expected: A syntax error message appears for the subquery.
Actual: A 'compilation failure' error message appears, quoting the syntax error.
- blocks
-
SRJIRA-3458 Extract readable messages from JQL parsing exceptions when validating subqueries
-
- Done
-