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.
Community moderators have prevented the ability to post new answers.
If you have scriptrunner installed you can use the parentsof jql function
issueFunction in parentsOf("summary~Testing")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.