Versions Compared

Key

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

Overview

This example requires the Appfire Reporting for Confluence app.

Example

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

Code Block
languagetext

...

{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

...

Image Added