Forums

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

Search Query doesn't work

okenett November 10, 2020

Hi,

 

I'm searching this query, to find all "child" issues under my "X" filter: 

issue in childIssuesOf("\"filter\" = \X\"").

I get this message: 

Unable to find an issue with matching key "filter" = "X".

 

What is the problem?

Thank you!

1 answer

0 votes
Tansu Akdeniz
Community Champion
November 10, 2020

Hi @okenett 

Welcome to community.

I guess the childIssuesOf function only gets issuekey as a single parameter.

If you have Script Runner add-on,

You can use the following query to find all stories for epics.

  • issueFunction in issuesInEpics (Subquery)

Also use this one to find subtasks of a given parent query.

  • issueFunction in subtasksOf (Subquery)

Please check this page which may help you.

Suggest an answer

Log in or Sign up to answer