-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
High
-
Component/s: Assets - Jira Field & JQL
-
None
-
2
-
Severity 3 - Minor
-
Warranty
Issue Summary
JQL containing aqlFunction() is not working with the REST API endpoint Search for issues using JQL enhanced search (POST) . The JQL works correctly in the Jira UI.
Steps to Reproduce
- Create a JQL containing aqlFunction()
- Run the JQL using the Search for issues using JQL enhanced search (POST) endpoint:
POST /rest/api/3/search/jql
Expected Results
JQL to return results
Actual Results
No results are found:
{
"issues": [],
"isLast": true
}
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available