Hi,
I am trying to create a table in confluence of all Userstory related to an Epic and i would like to see all subtasks related to each Userstory.
For now, i use : "Epic Link" = AWD-15, this show me all the userstory related to the epic AWD-15.
But how to add all the subtasks ?
Thanks
Hello @Keven Pepin
The following JQL will give you the subtasks of your Epic :
linkedIssue = [ISSUE KEY OF YOUR EPIC] and issuetype = sub-task
You will have to replace "sub-task" by the actual subtask type used in your project.
Hi @Keven Pepin and welcome to the community!
Do you by any chance have scriptrunner installed on your jira instance? If so, then you could do:
issueFunction in subtasksOf("Additional JQL search here to look for the parent issues you want to define")
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.