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.
You can also reference the on-demand free training at Atlassian University.
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 !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.