How can I get all the sub tasks for a query returning only high level items (like stories).
for example, I want to get all the stories with a special label and all the sub tasks for these issues...
I found out how to do it with Script Runner, but I don't have it, and I can't get it.
It is not possible without an app. An alternative to ScriptRunner would be JQL Tricks which allows you to do nested searches.
Hi Mike, you can also run subqueries with Jql Search Extensions
For example: issue in subtaskOf(
"priority = High"
)
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.