Versions Compared

Key

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

...

  1. Go to issue search (issue navigator) and enter the JQL to find issues blocking your release:

    Code Block
    languagesql
    linkType = blocks AND linkedByIssueProject = SEARCH and linkedIssueStatusCategory != "Done"
  2. Save the query as a filter and name it Issues blocking search project.

  3. If you want to further narrow this search, you can try these options: 

    1. UselinkedIssueType = Story to search for issues that are blockers for stories in your project.

    2. Try linkedIssuePriority = Blocker to search for issues that are dependencies of blockers in your backlog.

    3. Try adding more keywords: assignee = unassigned - to identify issues that are being worked on or component = Core to limit the search to blockers from the Core component. 

Tip

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

Step 3: Present data on the dashboard

...