Hi there,
We’ve applied a board filter that excludes one particular EPIC and it goes something like this:
project=X AND “EPIC LINK” != ABC-133
however, when navigating to the roadmap view, the roadmap is completely empty.
Any idea what I’m doing wrong?
Hi Dexter,
Welcome to the community!
What is happening in your situation is that you are preventing that one parent issue to be shown in the board.
The roadmap is based on the same JQL filters as your board and it is supposed to show the Epics and filter it by Epics, not by their child issues (using parent link).
If you would like to remove some epic from the roadmap view, I recommend instead of using "Epic link != ABC-133" to use "issuekey != ABC-133", by doing this you are filtering in the Epic level and not in the child level.
Please give it a try and let me now how it goes.
Kind regards,
Carlos
Thank you, Carlos! That fixes the roadmap issue.
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.