Show pages without label
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Problem
To list out all the pages which do not have any labels tied to them
Resolutions
Run a simple CQL
1
type:page NOT labelText:[a TO z] AND NOT labelText:[0 TO 9]
Install an Add-on
Alternatively, there is a free app which may be considered page-list-show-pages-without-label by XALT Business Consulting.
Additional Notes
CQL (Confluence Query Language) is a query language developed for Confluence, which you can use in some macros and the Confluence search. Confluence search and CQL-powered macros allow you to add filters to build up a search query, adding as many filters as you need to narrow down the search results.
To know more about CQL please refer the link below:
Was this helpful?