how can i search child issues from a specific father's issue type ?

Tatiane Silva July 8, 2012

I need to search all sub-tasks that are child from a task taht has an specific issue type.

Can i do that in jql seacher?

2 answers

1 accepted

0 votes
Answer accepted
Mark Symons
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.
July 8, 2012

Yup.. JQL Tricks seems to do the trick:

https://studio.plugins.atlassian.com/wiki/display/JQLT/Subtask+Functions

To illustrate:

(issue in parent("issuetype = defect"))

0 votes
Jobin Kuruvilla [Adaptavist]
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.
July 8, 2012

Not out of the box. Have a look at the JQL Tricks plugin. It is a commercial plugin!

Suggest an answer

Log in or Sign up to answer