Versions Compared

Key

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

...

Simply go to dashboard, select: "Create Dashboard", name it "Project blockers" 

Step

...

1: Create filter with JQL query

Go to issue search (issue navigator) and type the JQL for finding issues blocking your release:

...

  • You can use linkedIssueType = Story to search for issues which are blockers for stories in your project
  • Try linkedIssuePriority = Blocker to search for issues which are dependencies of blockers in your backlog
  • Try adding more keywords, such as
    • assignee = unassigned - to identify issues which are not taken care of 
    • component = Core, to narrow down the search to blockers from Core component 

Step

...

2: Present data on the dashboard