Guys, I'd like to build a query that gives me all the stories that have not closed Sub-Tasks tied to it, and also all the Epics that have no stories underneath or are all closed. Does anyone have done this before?
I don't seem to find a way.
Thanks!
Do you have the Scriptrunner app? If so, you can use the following query for your first problem:
issuetype = story and issueFunction in parentsOf("status = Closed")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.