Need to create a filter that will displays Operational Inquiries when no open Sub-Tasks are present

Shawn Berberick March 8, 2018

Need to create a filter that will displays Operational Inquiries when no open Sub-Tasks are present

1 answer

0 votes
Mesut Yilmazyildirim
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.
June 19, 2018

I think this is what you are looking for;

 

project = <project_name> and issuefunction in parentsOf("issuefunction in subtasksOf
(\"issuefunction not in parentsOf('type in subTaskIssueTypes() and status != closed')
and status != closed and type in standardIssueTypes()\") and status = closed")

Suggest an answer

Log in or Sign up to answer