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: 

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

Ricardo Chan
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!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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

TAGS
AUG Leaders

Atlassian Community Events