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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.