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!
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.
Also use this one to find subtasks of a given parent query.
Please check this page which may help you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.