Reporting app - Pages with specific workflow state
Overview
This example requires the Appfire Reporting for Confluence app.
Example
The following report uses the workflow-reporter macro to list all the pages in the AWP space that have a current workflow state of For Review.
{report-table}
{workflow-reporter:spaces=AWP|states=For Review}
{workflow-reporter}
{report-column:title=Page}{report-info:content:title|link=true}{report-column}
{report-column:title=State}{report-info:workflow:state > name}{report-column}
{report-column:title=Last published}{report-info:states > Published > last > date > dd/MMM/yyyy}{report-column}
{report-column:title=Last Updated By}{report-info:content:modifier > full name|link=true}{report-column}
{report-column:title=Updated}{report-info:content:modification date > dd/MMM/yyyy}{report-column}
{report-column:title=Tasks?}{report-on:workflow:tasks|separator=comma}{report-info:name}{report-on}{report-column}
{report-column:title=Labels}{report-info:labels}{report-column}
{report-table}