Forums

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

Filter issues that has any open linked issues

Michail Kobalt April 9, 2018

I try to find issues, that has any open issue in links. I try filter like this:

project = XXX AND issueFunction in linkedIssuesOf("project = YYY AND Status = Open")

But it shows me only issues where all links is "Open". 

Any advice?

1 answer

1 accepted

0 votes
Answer accepted
Leo Diaz - Deiser
Community Champion
April 10, 2018

Hi @Michail Kobalt

If you are looking "Open issues" as Jira shows "Open issues" you should use next query:

project = XXX AND issueFunction in linkedIssuesOf("project = YYY AND resolution = Unresolved")

 

Cheers!

Michail Kobalt April 10, 2018

Hi! This doesn't solve my problem.

For example I have "Issue 1" in proj XXX, and it has two links "Issue 2" and "Issue 3". If both "Issue 2" and "Issue 3" has resolution = Unresolved filter works, but if "Issue 2" resolved and "Issue 3" unresolved filter don't find "Issue 1" as I need

Leo Diaz - Deiser
Community Champion
April 10, 2018

I've tried second scenario and the search shows results:

image.png

Michail Kobalt April 10, 2018

Ops, sorry :) Another filter hide my results, yes this works 

issueFunction in linkedIssuesOf("project = YYY AND resolution = Unresolved")

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events