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

StackOverflow when executing JQL using saved filter as argument

    XporterXMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • Core, JQL Functions
    • None
    • UNCOVERED

    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

        Activity

          People

            helder.ferreira Helder Ferreira
            cgso Claudio Sousa
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: