Uploaded image for project: 'Xray for Jira'
  1. Xray for Jira
  2. XRAY-6839

In testExecutionTests Jql function, a StackOverflow occurs when executing JQL using saved filter as argument

    XporterXMLWordPrintable

Details

    • Xray 2024 S7, Xray 2024 S8, Xray 2024 S9
    • OK

    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

          Activity

            People

              patricia.mateo Patricia Mateo
              cgso Claudio Sousa
              António Rodrigues, Patricia Mateo
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: