Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On this page:

Table of Contents
minLevel1
maxLevel4
outlinefalse
styledefault
typelist
printabletrue

Summary

Imagine your project is already overdue, and the issues scheduled for the next release depend on issues in multiple different projects.Managing this is usually a nightmare, but with projects. Finding and managing these issues can be time-consuming and complicated. With JQL Search Extensions for JIRA Jira, you can easily identify all issues blocking your project

Step 1: Create a new dashboard

...

  1. Go to Dashboards > Create dashboard.

  2. Name the dashboard Project blockers, then click Save

Step 2: Create a filter with a JQL query

  1. Go to Jira advanced issue search (issue navigator)

...

  1. .

  2. Enter the JQL query using JQL Search Extensions keywords to find issues blocking your release:

    Code Block
    languagesql

...

...

  1. linkType = blocks AND linkedByIssueProject = SEARCH and linkedIssueStatusCategory != "Done"
  2. Click Save filter.

  3. Name the filter

...

  1. Issues blocking

...

  1. search project then click Save.

  2. (Optional) You can further narrow

...

  1. this search, with these options

...

    1. TrylinkedIssueType = Story

...

    1. to search for issues

...

    1. that are blockers for stories in your project.

    2. Try linkedIssuePriority = Blocker to search for issues

...

    1. that are

...

    1. dependent on blockers in your backlog.

    2. Try adding more keywords

...

    1. : assignee = unassigned

...

    1. to identify issues

...

    1. that are being worked on

Tip

See all available Links keywords in the JQL functions and keywords reference page.

Step 3: Present data on the dashboard

Add the following gadgets to the new dashboard that you created in Step 1:

  • Filter Results gadget

...

  • : use the saved filter: 

...

  • Issues blocking

...

  • search project.

  • Pie Chart gadget

...

  • : use the saved filter:

...

  •  Issues blocking

...

  • search project and set statistic type to

...

  • Status.

  • Issue

...

  • Statistics gadget: use the saved filter: 

...

  • Issues blocking

...

  • search project and set statistic type to

...

  • Project.

  • Created vs

...

  • Resolved gadget, use saved filter: 

...

  • Issues blocking

...

Image Removed

...

  • search project.

...

Configured gadgets give you a live insight into how your project depend depends on other projects, what are the exact issues that your project depend depends on, what is the status of these issues, and if whether the dependencies are closed quicker than the new ones are created. Image RemovedGet JQL Search Extensions and create the blocking issues now!

Interactive walkthrough

Follow the interactive demo to see how to recreate the use case in the app.

...

Interactive demo of the use case described on this page.