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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.