Jira filtering

Dariusz D January 16, 2019

Hi, it is possible to filter Standard Issue with Sub-Tasks only when the Sub-Tasks exist?

For example:
Parent 1.

Parent 2.

Parent 3.

 - child 1.
 - child 2.

Parent 4.
___________

Only 3th Standard Issue has a Sub-Tasks, also my result should be:

Parent 3.

 - child 1.
 - child 2.

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
January 16, 2019

Hello,

You can not do it out of the box. You would need an add-on.

For example, you could use the Power Scripts add-on:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=cloud&tab=overview

In this case the JQL query would look like this:

key in silJQLExpression('size(subtasks(key)) > 0', 'project = test')
Dariusz D January 16, 2019

Great, thanks for suggestion 

Suggest an answer

Log in or Sign up to answer