You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
@Stephen Wright _Elabor8_ 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.