Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This recipe lists all blog posts from all spaces together with their summaries.

Result

...

Recipe

Apps

Reporting for Confluence Server & Data Center

Level

Easy

Estimated time

10 minutes

Macros

Content Reporter, Report Column, Report Info, Report Table

Suppliers

Content Supplier

Storage format

You can copy and paste this code into the Confluence Source Editor:

...

You can recreate the example in the editor view:

...

Steps

Line

Description

1

The report will be formatted as a table with Report Table.

2

Content Reporter is used retrieve all blogs from all spaces, with spaces parameter is set to '@all', and type parameter set to 'news'.

3

Two columns is created Report Column, with title set accordingly.

4

Name of each blog retrieved from Content Reporter is displayed via Report Info, setting supplier key to 'Content Supplier'.

5

Summary of each blog retrieved from Content Reporter is displayed via Report Info, setting supplier key to 'Content Supplier'

Line-by-Line Explanation

  • N/A