User Guide

Quick Reference Card

A single-page reference for report types, CQL patterns, column block types, and export formats.

Report Types at a Glance

Report TypeBest ForFull Reference
TableSortable page inventory with configurable columnsTable View
ListClean reading-order content listList View
GridCard-layout visual content browserGrid View
ParagraphProse-style content summariesParagraph View
ChartsPie, bar, line - visualise metadata distributionsChart Overview

Data Source Options

SourceHow to Use
SpacesVisual drill-down picker - select a space or page hierarchy
Custom CQLType a CQL query for full control over what content is included

Common CQL Patterns

GoalCQL
All pages in a spacespace = "SPACENAME" AND type = page
Stale pages (not updated in 90 days)type = page AND lastmodified < now("-90d")
Pages with a specific labellabel = "decision" AND type = page
Recently created contenttype = page AND created >= now("-30d")
Title contains keywordtype = page AND title ~ "Release Notes"
Pages with restrictionstype = page AND ancestor = "PAGE_ID"
Blog posts in a spacespace = "SPACENAME" AND type = blogpost

Column Block Types

Block TypeUse Case
BasicPlain text field value
LinkClickable link (field value + URL field)
ImageThumbnail from a URL field
CollectionArray/list field (e.g., labels, contributors)
RegexExtract part of a field value using a pattern
TextStatic text or combined field values

Columns & Filters

Export Formats

FormatAvailable OnUse Case
CSVTable, ListSpreadsheet analysis (Excel, Google Sheets)
JSONAll report typesDeveloper processing, full API payload

Settings Panel Tabs

TabPurpose
ColumnsDefine which fields to show and how to format them
TemplatesBrowse and apply 35 tabular + 17 chart pre-built templates
ImportPaste a JSON recipe to recreate a full report configuration
RawInspect raw Confluence API JSON for debugging field paths

Macro Editor UI Tour