Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to find all task with a special type an also find all sub-tasks which has a parent with this type.

jjgj
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!
September 4, 2011

Is it possible to find all task with a special type an also find all sub-tasks which has a parent with this type.

Example:

JIRAID-123 with type "Bug"

JIRAID-125 with type "Feature"

JIRAID-127 with type "Bug"

JIRAID-130 with type "Sub-task" PARENT is JIRAID-127

JIRAID-131 with type "Sub-task" PARENT is JIRAID-127

The result of my search should find:

JIRAID-123 with type "Bug"

JIRAID-127 with type "Bug"

JIRAID-130 with type "Sub-task" PARENT is JIRAID-127

JIRAID-131 with type "Sub-task" PARENT is JIRAID-127

Is there a way to preform a singel search with this result?

2 answers

1 accepted

0 votes
Answer accepted
J Thomas
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.
September 5, 2011

Another plugin you could try is the Craftforge JQL Functions Plugin (free) which allows you to call a filter from another filter, so with this you could create one filter 'issuetype = Bug' and save it as say 'Bugs Filter', then create another filter 'issuetype = Bug OR issue in subtaskIssuesFromFilter ("Bugs Filter")'

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.
September 5, 2011

There is no way to do this out of the box. Try the JQL Tricks Plugin which is a commercial one.

The query will be something like:

issuetype=Bug OR parent("issuetype=Bug")

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events