Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
R2.2.0
-
R3.0.0 S2
-
Description
When using the jql function requirementsWithStatusByTestPlan there is an error in the browser console saying queryTooComplex in some JIRA instances and in others the request just stays pending.
Also there seems to be a performance problem with requirementsWithStatusByTestPlan because even for Test Plans with only 1-2 Tests the query takes a lot of time to complete.
The solution it's to optimize the current calculations and to add a new optional argument to the JQL function. The new parameter should be added to the end, and should receive a String that may be both a Project ID/key or a Filter ID/key. Then the results should be filtered according to the parameter provided.
Then this new JQL should be called in the Overall Requirement Coverage gadget to avoid "Query too complex" errors.
Attachments
Issue Links
- relates to
-
XRAY-3693 When using JQL function requirementsWithStatusByTestPlan, in certain conditions Xray can load too much data
- Closed