For certain searches, I filter out specific epics. This syntax works ok:
AND "Epic Link" != DSN-789 AND "Epic Link" != DSN-777
but I need to exclude epic by epic, which is a bit annoying.
I would rather use something like this:
AND "Epic Link" != (DSN-785, DSN-780)
but the last version doesn't work. Any suggestion how to get this correct?
You can use "epic link" not in (x,y,z...)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.