In the context of Advanced Roadmaps, what is the JQL to return all parents with no children, i.e., the inverse of "ParentLink is EMPTY"?
This refers to issues above the Epic level.
The answer is:
issuetype = "PARENTTYPE" AND issueFunction not in portfolioParentsOf("issuetype = CHILDTYPE'")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.