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

When using JQL, it should be possible to, instead of using a filter, enter a new sub-JQL as argument.

    XporterXMLWordPrintable

Details

    • Suggestion
    • Status: Gathering Interest
    • Resolution: Unresolved
    • None
    • None
    • JQL Functions
    • None
    • UNCOVERED

    Description

      When using JQL, it should be possible to, instead of using a filter, enter a new sub-JQL as argument.

      This would turn the search more efficient since this way is not necessary to save a filter for each issue we want to search.

      Consider the example below:

      issuetype = 'Test Execution" AND issue in testTestExecutions("Filter 1"), where Filter 1 is issuetype = 'Test' and key in requirementTests('CALC-1')".
      If we want to run this to a different Requirement issue, will be necessary to save a new filter with the new key.

      Using sub-strings, we could pass this as an argument:

      issuetype = 'Test Execution" AND issue in testTestExecutions("issuetype = 'Test' and key in requirementTests('CALC-1')"")

      Attachments

        Activity

          People

            helder.ferreira Helder Ferreira
            Sravana.venukumar Sravanaboina Venukumar
            Votes:
            4 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: