Details
-
Bug
-
Status: Waiting for Validation
-
Major
-
Resolution: Unresolved
-
None
-
Xray 2024 S7, Xray 2024 S8, Xray 2024 S9
-
Description
StackOverflow when executing JQL using saved filter as argument.
When defining a saved filter using a custom JQL that takes another saved filter as argument, it is possible to create a loop leading to a stack overflow.
E.g.:
create saved filter f1 = issue in testExecutionTests(CALC-1)
create saved filter f2 = issue in testExecutionTests(f1)
edit saved filter f1 = issue in testExecutionTests(f2)
Now f1 depends on f2 and f2 depends on f1, creating a loop.
Attachments
Issue Links
- is duplicated by
-
XRAY-10168 DefectsCreatedDuringTestExecution and DefectsCreatedDuringTesting JQL functions causing StackOverflowError
- Waiting for Validation
-
XRAY-10422 ManualTestsWithoutSteps and TestSetPartiallyIn JQL functions causing StackOverflowError
- Waiting for Validation
- relates to
-
XRAY-10422 ManualTestsWithoutSteps and TestSetPartiallyIn JQL functions causing StackOverflowError
- Waiting for Validation
- mentioned in
-
Page Loading...