Forums

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

Use result of a query as a table in another query

Victor Lepers
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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
Derek Fields (RightStar)
Community Champion
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