Skip to end of banner
Go to start of banner

Generating a list of pages with specific labels

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Current »

Scenario

A table that displays a set of pages and which labels are associated with which page.

This recipe has now been modified into template: “Pages with specific labels”

Result

Recipe

Apps

Reporting for Confluence Cloud

Level

Easy

Estimated time

5 minutes

Notes

This recipe is now part of Reporting's built-in templates. You can easily load it into your page by using the templates feature.

By default, the report is limited to 200 results. Enable Get all results below the search box if you need to view more results.

Caveats

  • Cannot display icons as an output.

  • Uses Liquid array tag without any extra formatting.

    {% for element in array %}
  • DO NOT separate over multiple lines, it will break the render.

  • Can add a UI layer and translate boolean to icons as an output.

  • No labels