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

JQL - Filter issues that are linked only to open/active issues (not resolved or closed blockers)

    XMLWordPrintable

Details

    • 8
    • 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

      Issue Summary

      Unable to use JQL advanced search to filter issues that are linked to other issues but only show results where the linked issues are not in closed or resolved status.

      Steps to Reproduce

      1. Performing a JQL using issueLinkType = "is blocked by", for example, returns all issues that are or were blocked by issues even if the blockers are resolved or done.

      Expected Results

      Having a function or a modifier that filters the results further so that only links to "active" issues are considered.

      Actual Results

      There's no way to perform this filter in a single query at the time.

      Workaround

      Retrieving all "active" issues (not resolved or closed) manually and using them to form a query like the following example:

      project = "EOB" AND issue in linkedIssues(EOB-1,"blocks") OR issue in linkedIssues(EOB-3,"blocks") OR issue in linkedIssues(EOB-4,"blocks")
      

      This works but becomes impractical as the number of "active" issues increases

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              3638101d8c0a Jose Gochi
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: