I am designing a personalised dashboard to show issue status using a number of Filter Results gadgets. The associated filters identify
I can construct the sub-tasks filters using typically summary ~ ABC AND project = project1.
I have difficulty with the Tasks filters using typically "Epic Name" ~ ABC AND project = project1 because it generates a list of Epics instead of Tasks belonging to the Epic.
If I try "Epic Name" ~ ABC AND issuetype = Task AND project = project1 then "no issues are found".
How should I reference the Epic in a Task filter?
Use the "epic link" to get the Tasks/Stories within an Epic. If you view one of the issues in the epic you will find Epic link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.