how to filter subtasks by parent issue type?

ViktorT October 5, 2011

I have issue type A and issue type B, and also sub-type. I need jql to filter all issues of type A and all subtasks of type A issues, but none of subtasks which parent issue is type B. Is it possible? tnx

2 answers

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

You can write a custom JQL function to do it. Or use JQL Tricks plugin (commercial) which has a function that can help you with it!

0 votes
ViktorT October 5, 2011

so general idea is like type = type_A or parent.type = type_A

Suggest an answer

Log in or Sign up to answer