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
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
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.