If I adjust the filter of the board (backlog), I don't see any Epic's in the drop-down window of the backlog anymore. How is this possible? Is this a BUG?
see below the original query
Help what can i do
Grtz Eric
Hello @Eric Roetenberg
Do the epics have any component value assigned to them? If not then your filter needs to be:
Project = X and (component != Y or component is empty)
When you have a criteria in your filter that checks against a selection list you have to explicitly also check for that field being empty. The not-equals comparison works only when the field has at least one value in it.
Hey @Eric Roetenberg
The first query you have written is in such a way that to exclude the issues from certain component, and check if the epics are part of that component ?
Regards,
Vishwas
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.