I have an Epic split into User Stories which in turn are split into a bunch of Sub-Task
I want to create a dedicated board for each Epic like that and all of it's descendants.
To do that I'm looking for a JQL that will get me all of those items.
So far I've been only able to get Epic and it's User Stories.
id = 'TP-8' OR "Epic Link" = TP-8 OR parent in ("TP-8")
How can I also get all the subtasks that belong to User Stories ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @sebastian-t ,
if you want to see both Epics, Stories and Sub-tasks on your Scrum board for example, it's already possible without any JQL : by default, sub-tasks will be shown on a board under their Stories.
Let me know if this helps,
--Alexis
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.