Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Filter Syntax for "Blocked" and "Blocker" Issues

Scott Lawson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 21, 2017

Hi,

 

I am trying to create a quick filter for all issues that are either blocked or are blockers. Can you advise syntax please. Thanks heaps!

2 answers

1 vote
Daniel Turczanski - JQL Search Extensions
Atlassian Partner
November 23, 2017

Hi, you can use Jql Search Extensions

 

In cloud:

linkType = "is blocked by" or linkType = "blocks"

Server:

issue in linkType("is blocked by") or issue in linkType("blocks")

1 vote
Suhas P
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.
November 21, 2017

Hi, you need to use Script Runner plugin JQL function. 

issueFunction in hasLinks("blocks") OR issueFunction in hasLinks("is blocked by")

 

https://jamieechlin.atlassian.net/wiki/pages/viewpage.action?pageId=57999378#ScriptedJQLFunctions-IssueLinks

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events