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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.