I am looking for a solution to the problem of pages without labels.
I can get a list of pages that do not have labels, about 19,000 of them in our Wiki.
Thank you for your help!
Hi Greg,
thanks for the question. I had the same. I would like to know how you got the list of unlabeled sites?
Regards
Julia
Unless you can find an existing add-on that can do this, after trying to create a CQL query to do this it may be a case of extracting a list of all pages and then filtering out those that don't have labels.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Julia, Sorry it took my a while to get back to you. Try this: type:page NOT labelText:[a TO z] NOT labelText:[0 TO 9]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I manged to do this through the API without any add-ons. Had some problems at first because the Atlassian code did not not work according to the documentation. Had to be modified when used on a windows machine or through the Confluence rest API browser. https://answers.atlassian.com/questions/56038856
That covers the first step. All you need after that is the pageid's on the pages you want to modify and create a loop script or bat file
//Per
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you checked any of the add-ons in the marketplace for label management?
https://marketplace.atlassian.com/search?hosting=server&product=confluence&query=labels
Alternatively, you could try https://marketplace.atlassian.com/plugins/org.swift.confluence.cli/server/overview
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.