JQL: query for a specific linked issues status

Scott McDonald November 25, 2019

Hello - 

Through native JIRA search functionality, is it possible to query linked issues for a specific status?

JQL look at project 'A'/issue type = 'B', status = assigned, and Linked issue ticket is closed?

Everything I'm gathering says I need a script runner plugin, or something like it, to search for linkedissues and their statuses?

Thanks much!

Scott

1 answer

1 accepted

2 votes
Answer accepted
Jack Nolddor _Sweet Bananas_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
November 25, 2019

Hi Scottm you are correct!

You must go for a third-party app to create such a complex query.

Using i.e JQL Booster Pack you can type the following:

 

Find issues of EMEA project linked to 'Done' issues of LATAM project

project = EMEA and issue IN linkefIssuesOf("project = LATAM and status = Done")

 

Hope this helps,

Regards

Suggest an answer

Log in or Sign up to answer