JQL containing aqlFunction() is not working with the POST /rest/api/3/search/jql endpoint

XMLWordPrintable

    • 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

      1. Create a JQL containing aqlFunction()
      2. 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

              Assignee:
              Unassigned
              Reporter:
              Alex Stegani
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: