Menus configured with the new Confluence Query Language (CQL) customization enable users to instantly access relevant content via dynamic links. The queries can fetch up to 25 search results for a user's most recently watched, starred, or mentioned pages, amongst other customizable criteria.
For admins, configuring these adaptive menu items with CQL is simple and requires just three steps:
  • Step 1: Click the 'Edit Menu Structure' icon to begin customizing your menu
  • Step 2: Toggle on the CQL option for a menu item, then type or paste your CQL query into the text field
  • Step 3: Use the preview section at the top to instantly see the results of your CQL query before saving changes
Custom Navigation Menus for Confluence Cloud (3)
Examples:
  • Favorited Pages: favourite = currentUser()
  • Content created since the end of yesterday: created > endOfDay("-1d")
For more information and sample CQL queries, refer to our documentation.