Error formatting macro: include: com.atlassian.confluence.core.service.NotAuthorizedException: User 'null' does not have permission to view the page.

Подготовка.

  1. Для начала надо установить 2 плагина:
  2. Создаем дочерние страницы, а на родительской странице выполняем код, приведенный в этой статье.

Пример кода.

{run:autorun=false|replace=search::Поиск по полям ИМЯ и ТЕМА}

{report-table}
{local-reporter:content:children|source=Пример страницы для добавления документов}
{or-filter}
{text-filter:data:name|include=.*$search.*}
{text-filter:data:theme|include=.*$search.*}
{or-filter}
{local-reporter}

{report-column:title=Страница}{report-info:page:title|link=true}{report-column}
{report-column:title=Имя файла}{report-info:data:name}{report-column}
{report-column:title=Дата создания}{report-info:data:creation date|format=dd MMM, yyyy}{report-column}
{report-column:title=Тема}{report-info:data:theme}{report-column}
{report-column:title=Мероприятие}{report-info:data:event}{report-column}
{report-column:title=Получатель}{report-info:data:recipient}{report-column}
{report-empty}Не найдено!{report-empty}
{report-table}

{run}

Что получаем в итоге.

После выполнения поиска, Reporting Plugin выводит в таблицу нужное нам содержимое: