Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-43823

Allow Content By Label Macro To List Pages Without Any Labels

    XMLWordPrintable

Details

    • 1
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      Right now, only in Confluence OnPrem, it's possible to search for all pages that don't contain any labels via this search query (regular Confluence search):

      type:page NOT labelText:[a TO z] NOT labelText:[0 TO 9]
      

      Injecting this directly does not yield the same effect as the Content By Label macro though:

      <ac:structured-macro ac:macro-id="b88c7bfd-5dba-4be5-9b6c-e9b1b9691671" ac:name="contentbylabel" ac:schema-version="3">
                <ac:parameter ac:name="cql">type:page NOT labelText:[a TO z] NOT labelText:[0 TO 9]</ac:parameter>
              </ac:structured-macro>
      

      Nor this:

      <ac:structured-macro ac:macro-id="b88c7bfd-5dba-4be5-9b6c-e9b1b9691671" ac:name="contentbylabel" ac:schema-version="3">
                <ac:parameter ac:name="cql">label IS NULL</ac:parameter>
              </ac:structured-macro>
      

      We should have an option to display pages without labels via this macro

      Attachments

        Issue Links

          Activity

            People

              f2d42324e8dc Ned Lindau
              fsim Foo Sim (Inactive)
              Votes:
              71 Vote for this issue
              Watchers:
              27 Start watching this issue

              Dates

                Created:
                Updated: