How can I use JQL to get all the issues with all their dependencies closed? I managed to use
issueFunction in linkedIssuesOf("status in (done, duplicated, 'out of scope') ", "is a dependent of")
However, this returns an issue which has 3 dependencies and only one of them is closed. I would like to exclude this issue and return issues where all dependencies are closed.