Use result of a query as a table in another query

Victor Lepers August 9, 2022

Hi,

I want to create a filter that find stories that are not linked in any way with the result of a query (filter 17138). I thought I could use the result of the filter 17138 as a "data table" with tickets I don't want to be linked to but it doesn't work. This is my query :

 

issue not in childIssuesOf(filter(17138)) AND issue not in linkedIssues(filter(17138))

 

Can you help me please ?

Thanks in advance

 

1 answer

0 votes
C_ Derek Fields
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 9, 2022

childIssueOf and linkedIssues both a single Issue Key. ScriptRunner provides a JQL that can take a subQuery, which may be what you want.

Suggest an answer

Log in or Sign up to answer