- I am trying Map all the Epics to Kanban Board ( Drop-down filter all the Epics)
(picture 1 & 2)
- My goal is to reach picture 3. (Epic with dropdown filter).
Picture -3:
Picture-1 & 2
your filter needs adjustment. you need to call it by issue type.
so:
Project = "project key' and "Epic name" = "your epic name"
this will bring only epics that match that name.
if you want all epics filter by issue type
example:
project ="projectkey" and issuetype=epic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.