I now we can use AND/OR when creating macros for Labels. Is there a way to use not equal to option. ie i want all the pages to show up which do not have certain labels mentioned in them
Hi Fahad,
Have you tried using the NOT IN operator? ("...labels not in (Label1, Label2")
I've successfully used IN (Label1, Label2), I'm guessing NOT IN will work as well.
-Scott
Here is what I have. I'm not sure how to implement the Not Function as it does not give that option
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you click the "add a filter" link it will give you more options and functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For a NOT search, enter a minus sign (-) before the label. This'll exclude everything with that label
from --> https://confluence.atlassian.com/doc/content-by-label-macro-145566.html
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.