Forums

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

How to search the block issues in an epic

Shuai Yang
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!
October 12, 2018

my epic is blocked by an issue, how to filter this issues by jira search

3 answers

1 vote
Tarun Sapra
Community Champion
October 12, 2018

I would just use script runner for querying linked issue

type = epic AND issueFunction in linkedIssuesOf("resolution is empty", "blocks") and resolution is empty

This query gives us all unresolved epics which are blocked by unresolved issues 

0 votes
Lime Trees
Contributor
October 14, 2018

Hi,

you can use function linkFinderForIssues from our add-on Link Finder, eg.:

issue in linkFinderForIssues("project = X", "blocks", "Epic")

where X is the name of your project and Epic is the name of your epic.

More details about this function and many more you can find here.

Regards,

Lime Trees Support Team

0 votes
Nisha Hajamohideen
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.
October 12, 2018

Can you try 

issue in linkedIssues(issueKey,linkType)

issue key is the Epic Issue ID

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events