I would like to do a JQuery for all subtasks against a story, however I get no results returning. I am using a Next-gen Project. Query contains: Project, Sprint, Parent Story.
JQL for sub-tasks works the same in Next-Gen as Classic.
You can search for all sub-tasks in one story using this query:
parent = STORY-1
^ This will return all the sub-tasks which exist under a story.
Or you can use:
linkedIssue = STORY-1
^ This will return all sub-tasks and the story itself. You can change STORY-1 to EPIC-1 to return all stories / sub-tasks in an Epic.
--------------
If you're searching by just one story, there should be no need for sprint or project.
If however you have a more complex query - such as providing all the sub-tasks below all stories in a specific sprint, you'd need to either search for each story individually...
parent = STORY-1 or parent = STORY-2 or parent = STORY-3
...or use an app which expands the power of JQL, to allow you to search for all sub-tasks below issues which match an additional sub-query.
Let us know if any of these work for you - or if you need a more advanced query, let me know the specifics and I'll try to suggest an alternative :)
Ste
@Ste Wright I'm trying to pull all sub-tasks in an epic, but don't have linkedIssue as an option. Is there another way to do this? I tried using parent = epic#, but that doesn't return any records.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Steve Ungar
Did you find a solution for your need?
If not, are you looking to pull the Sub-tasks directly linked to an Epic? Or all the Sub-tasks within Stories/Tasks, within an Epic (i.e grandchild issues)?
Ste
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.