Searching for all issues that have indicated they are blocked by other issues

Rosa Heckle January 28, 2014

I want to search for all issues that have been linked and identified as a blocker by another specific issue.

I want to be able to find out all issues for a specific user that are blocking another issue.

I can't do it in simple search (or I don't know how), and I don't know the field name(s) to use to write the JQL.

2 answers

1 accepted

0 votes
Answer accepted
Christian Czaia _Decadis AG_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 28, 2014

You can't do that out of the box. You could use some plugins to help you out though. My pick would be Jamie's Script runner and especially the scripted JQL funtions since it's free of charge:

https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-IssueLinks

https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner

Other that that there are more plugins out there like Search linked issues...

https://marketplace.atlassian.com/plugins/org.craftforge.jira.craftforge-jql-functions-plugin

Cheers Christian

0 votes
Filipe February 25, 2014

Hi Rosa,

You can try:

https://marketplace.atlassian.com/plugins/pt.lt.lfcribeiro.jira.jqlLTFunctions

It has functions on linkedisues and will let you run SQL statements if necessary using executeQuery() JQL Functions

Regards,

Suggest an answer

Log in or Sign up to answer