Need to create a filter that will displays Operational Inquiries when no open Sub-Tasks are present
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")
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.