This site has moved to the integrated Appfire documentation and information site for our apps.

From February 2024 this site is no longer updated.

Take a look here! If you have any questions please email support@appfire.com

Reporting app - Tasks on current page

Overview

This example requires the ServiceRocket Reporting for Confluence app.

Example

This example uses the local-reporter and Workflow Supplier to generate a list of tasks on the current page.

{report-table}
  {local-reporter:workflow:state>tasks}
  {local-reporter}

 {report-column:title=Name}{report-info:name}{report-column}
 {report-column:title=Created by}{report-info:user>full name|link=true}{report-column}
 {report-column:title=Assigned to}{report-info:assignee>full name|link=true}{report-column}
 {report-column:title=Comment}{report-info:comment}{report-column}

 {report-empty}There are no tasks in this page{report-empty}
{report-table}

Output