用于查找在特定 JIRA 结构中有子项的问题的 JQL 是什么?

What is the JQL for finding issues that have children in a particular JIRA Structure?

我想在具有子项的特定结构中查找所有 JIRA 问题。有 JQL 可以做到这一点吗?我熟悉一般的 JQL,但 Structure 插件对我来说是新的。

我找到了 JQL reference for Structure,但我完全不知道如何创建正确的 JQL 咒语。

想通了:

issue in structure("MY STRUCTURE NAME", "not leaf")