The Comala Workflow plugin provides multiple ways to report workflow, tasks and page activities.
Page Activity
- Modifications
- Comments
- Tasks creation and completions
- State changes and assignments
View activity on a page or blog
You may view page activity in one of two ways:
- Click the activity button
OR on the workflows menu. - Go to Tools > Page Activity.
Space Workflow Report
Click Workflow in the Confluence sidebar to view the states of all the pages on each space through the Space Workflows Report.
Space Tasks Report
Click Tasks in the Space tools menu to view the status of all tasks for all the pages on each space through the Tasks report.
Dashboard Report
You can integrate the dashboard report into your theme or any page using the {workflowreport
} macro:
{workflowreport:type=dashboard}
{workflowreport
} macro
The {workflowreport
} macro allows you to create workflow, tasks, dashboard and statistics reports, and you can assign multiple filters, such as states, labels, assignees and other indexed values.
ServiceRocket Reporting Plugin Integration
You can use Reporting for more sophisticated reports. The { The Workflow Supplier provides workflow-related information to Reporting. The following report will show all the pages on state For Review, when the page was last published, the existing labels, and the first task (if any).workflow-reporter
} is an optimized reporter that lets you filter entries by space, states, and other index values.Example
{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}
See more examples...