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

Ability to search for all issues that are linked to (i.e. blocking) by any issue

XMLWordPrintable

    • 2
    • 14
    • 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.

      linkedIssues() is fine if you know what issues to check links to, but if like us, you want to be able to see any issues that have been assigned to you that are blocking someone else from completing one of their issues, then it cannot be done.

      I want to be able to do something like:
      (status = Open OR status = Reopened) AND assignee = currentUser() AND issue in linkedIssues((status = Open or status = Reopened) and link = blocks) ORDER BY priority DESC, created ASC

      "tell me which items i have open that block other issues that are open"

            Unassigned Unassigned
            stringfellow Steve Pike
            Votes:
            58 Vote for this issue
            Watchers:
            35 Start watching this issue

              Created:
              Updated: