Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-20341

JQL / Filter - provide hierarchy logic

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      Please provide hierarchical search capability.

      Example

      Original Filter
      project = ISS AND "Project ID" = "1555 - NYC PY10 Ann Change" AND "Work Id" IS NOT NULL AND comment !~ "##RMVerif"

      Due to database having > 65000 issues that match this criteria - the following message is produced: "The clause 'comment !~ "##RMVerif*"' is too general to perform a search. Please refine your query and try the search again."

      If I remove the Comment portion of the filter and make it
      project = ISS AND "Project ID" = "1555 - NYC PY10 Ann Change" AND "Work Id" IS NOT NULL
      this produces @ 300 issues.

      so what we really want to know is - of those 300 - which have this - comment !~ "##RMVerif"

      I even tried the following
      (project = ISS AND "Project ID" = "1555 - NYC PY10 Ann Change" AND "Work Id" IS NOT NULL) AND comment !~ "##RMVerif*"

      (project = ISS AND "Project ID" = "1555 - NYC PY10 Ann Change" AND "Work Id" IS NOT NULL) AND NOT comment ~ "##RMVerif*"

      thinking that it would perform the search with in the parens first and then based on those results look for issues where the comment was not "##RMVerif" - still no luck.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              038d7ced39de Don Miller
              Votes:
              4 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: