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: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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.