I'd like to get a report that shows labels that DO NOT have a particular label. Is there a way to do a "not" in a page report or other type of page listing macro?
The Content by Label Macro will allow you to exclude labels using the "-" sign, I believe - https://confluence.atlassian.com/display/Cloud/Content+by+Label+Macro
Where do I put that? I tried it in the search field and in a content macro for a page. I got errors/nothing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just put it in the top right search box. Keep in mind the "NOT" and "labelText" are case sensitive. So "not" or "labeltext" will not work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could do a search like below. You could also use the search results macro to put it on a page. Just replace "{yourlabelhere}" with you label. The "/.*.*/" will return all pages and the "NOT labelText:{yourlabelhere}" will filter out any that have that label.
/.*.*/ NOT labelText:{yourlabelhere}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.