Filter JIRA issues in multiple Projects that has unresolved Subtask

Eznerol September 12, 2016

Hello Cool People,

Is there a way in JIRA to filter issues in multiple project where the parent issue is resolve and there are unresolved subtask?

Thanks!

2 answers

0 votes
Robert Leitch [ALM Works]
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 14, 2016

Or.. use our Structure plugin to build a structure with issues and their sub-tasks and then run this cunning S-JQL query on it!

 

That could be refined to building a structure with only resolved issues and their sub-tasks, then running a simpler S-JQL query:

child in [resolution is empty]
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 12, 2016

You will need a plugin like JQL Tricks to do this. It is not possible by the standard JQL functions.

Suggest an answer

Log in or Sign up to answer