I am trying to create a board showing all issues, plus exclude 6 specific epics. I've tried multiple queries
project in (PROJ1, PROJ2, PROJ3) AND NOT "Epic Link" = PROJ1-154 AND NOT "Epic Link" = PROJ2-506 ORDER BY priority DESC
but this doesnt seem to be working. How can i see tasks from 3 boards and exclude specific epics?
I haven't tested it, but did you try:
project in (PROJ1, PROJ2, PROJ3) AND "Epic Link" not in (PROJ1-154, PROJ2-506)
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.