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
Parent in(storyid1,storyid2...) can be used for getting all subtasks that were part of a story.
For our projects, we need the JQL to fetch all subtasks that are part of an Epic.
Can you please let us know, if there is any JQL to fetch all the subtasks that were part of a EPIC
Hi @Poornima
Welcome to the community.
You could use something like this:
parentEpic in (KEY-1) and issuetype = Sub-task
Where KEY-1 is the key of the epic.
The first clause will give you all issues belonging to the epic (story level & subtask level issues) and the second clause will limit it to only subtasks.
See also this documentation: parentEpic()
I hope this helps,
Rudy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.