The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

JQL: query for a specific linked issues status

Scott McDonald
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Answer accepted
Jack Nolddor [Sweet Bananas]
Atlassian Partner
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