how can i find all issues who has a subtask linked whose summary starts or is 'testing"?

Ricardo Chan May 15, 2015

I am trying to create a filter that will help me to find only the defects/issues which has a subtask created and named i.e "Testing" 

 

so if i have 10 issues but only 5 have subtask created, i want to get those 5 issues assuming the subtask of these 5 are named Testing. 

 

Your help is very much appreciated. thanks.

1 answer

1 vote
Udo Brand
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.
May 15, 2015

If you have scriptrunner installed you can use the parentsof jql function

issueFunction in parentsOf("summary~Testing")

see: https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-parentsOf%28Subquery%29

Suggest an answer

Log in or Sign up to answer