I want to make a filter to filter tasks in a specific epic.Here you can see the filter for task,epic,story but i want to have only tasks in specific epic.
Does someone know how to do it ?
Hello @光野 かおる
You should be able to do that with a JQL like this:
Parent = "ABC-123" and issueType=Task
...where ABC-123 is the issue key for the Epic.
You can learn more about advanced filtering for issues using JQL from the following documentation.
https://support.atlassian.com/jira-software-cloud/docs/use-advanced-search-with-jira-query-language-jql/
You can also reference the on-demand free training at Atlassian University.
https://university.atlassian.com/student/path/1687678-finding-information-with-search-and-filters-in-jira
Hello.Thank you for your reply !
I will check it out but is there any way to make the filter without JQL?Since I haven't used JQL, so if its's possible I would like to use without it!Thank you !
Hello,
If you use the Basic search functionality:
1. Pull down the Type field and find and select the issue type of interest (Task).
2. Click on the More+ field and search for the Parent field and select it.
3. You will then need to search for and select the specific Epic.
It looks like you're new here. Sign in or register to get started.