If you want to choose all subtasks, then the JQL query would be like this:
issueFunction in subtasksOf("key = EPIC-1")
If you want to choose all issues, that are linked to an Epic, then you should use:
issuesInEpics("key = EPIC-1")
hi @zhaoyawei,
you can simply use below JQL to filter sub task of a parent ticket.
parent = <Epic ticket ID>
parent = TST-4674
Reference: Advanced Searching
hope this helps! 😊
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@zhaoyawei would it be possible to post a screen shot of the results you got when you run above JQL?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Using following query I got all issues of a certain epic and all sub-tasks of these issues:
Epos-Verknüpfung = "Name-of-epic" or issueFunction in subtasksOf("Epos-Verknüpfung = Name-of-epic")
I don't know why the property 'epic link' need to be German in our instance. Maybe this must be adjusted to your Jira instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register today
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.