Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Fixed
-
None
-
None
-
XRAYCLOUD 2024 Sprint 4
-
Description
When using a user-written JQL filter with OR in datatables, the final filters JQL is not correct and can result in the datatable taking too long to load or loading indefinitely.
Steps to reproduce:
- Create a Test Plan (or other Xray issue).
- Add 1 Test to the Test Plan.
- Open the Filters, select the Advanced tab, and write a JQL with an OR so that the second OR clause has many results (e.g. 950k issues), e.g.:
"Automation Status" not in (Automated, Certified, "In Progress") OR "Automation Status" = null
Actual result: The datatable takes too long to load or loads indefinitely.
Expected result: The datatable should finish loading.