Is it possible to do a JQL search for all open sub-tasks where the parent has been closed?

Marcus_O_Brien November 2, 2018

Hi there,

 

 I am wondering if it is possible to identify with a JQL search all child sub tasks that remain open even though the parent task has been marked as resolved/closed? 

2 answers

1 vote
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.
November 2, 2018

Hello,

You could do it with the Power Scripts add-on:

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

status != Resolved and key in subtasksOf("status = Resolved")

0 votes
Ivan Tovbin
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.
November 2, 2018

Not out of the box I'm afraid. 

However this can be achieved through a groovy script if you have addons like Scriptrunner or JMWE

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events