Forums

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

Need a filter in jira

kondaparthy sumanth June 12, 2018

Hi ,

There are some open issues which are (linked one), these(linked one) are from closed issues.

Can any one suggest me, how to write a filter .

2 answers

2 votes
Alexey Matveev
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.
June 12, 2018

Hello,

@Yogesh Mude mentioned the linkedIssue JQL functions. It is an out of the box function, but the limitiation is that you have to provide an issuekey for the function to work. 

If you want to write a generic JQL funciton (without providing an issuekey), you could use the ScriptRunner plugin. In this case the JQL qeury would look like this:

issueFunction in linkedIssuesOf("status = Open", "blocks") and status = Closed

 

0 votes
Yogesh Mude
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.
June 12, 2018

Hi @kondaparthy sumanth

You can write like ..

project = XXX and status = open and issue in linkedIssue(issuekey, linkedtype)

 Or you can use the below plugin for this...

https://marketplace.atlassian.com/apps/31601/search-linked-issues?hosting=server&tab=overview

https://marketplace.atlassian.com/apps/31399/jql-tricks-plugin?hosting=server&tab=overview

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events