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 .
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.