How do I write the JQL to find all issues that my team depend on?

Courtney Beattie April 3, 2016

Hello,

How do I write a JQL query that returns all issues that I or my team are depending on, as per the issue links?

Thank you in advance.

1 answer

0 votes
Ben Arundel April 3, 2016

Dont think JIRA does this out of the box as per https://jira.atlassian.com/browse/JRA-25640

Have a look at the issue I have linked to, there are a few plugins that do what you are after. 

Courtney Beattie April 4, 2016

Goodness, it seemed like such a fundamental feature I thought I was asking a stupid question smile

Thanks for the response.

After a bit more digging I suspect the linkedIssuesInQuery (jqlQuery, [linkType])  or linkedIssuesInFilter (filterId, [linkType]) functions in http://www.j-tricks.com/jqlt-links-functions.html might be handy.

Crazy it's not supported out of the box!

Suggest an answer

Log in or Sign up to answer