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
document-states-report macro
Overview
The document-states-report
macro is used to create custom reports on workflow states, reviews and tasks.
Where to use it?
Optional.
One or more document-states-report
macros can be used in wiki pages, blog posts, and, in some cases, comments - see Reporting Guide > Reporting Macros > Document States Report Macro.
It can also be used in any macro which supports wiki content in its Macro body (check relevant macro documentation for details).
Parameters
Parameter | Required | Default | Notes | Ver |
---|---|---|---|---|
| all | The name of a content review.
The name is defined by the approval macro and is shown in the workflow popup during content reviews. | ||
| all | Should the report be filtered to content that the specified user(s) has been assigned to review? Value is one or more usernames separated by a comma..
| ||
approvalStatus | all | Only applies if an approval name filter is specified, which stage of the content review should the content be in?
| ||
columns |
| The report columns displayed in the UI on the content can be set to be one or more of the following: | ||
From Comala Document Management 6.13.0 the following columns are available
| v6.13+ | |||
From Comala Document Management 6.16.0 the following additional columns are also available
| 6.16.0+ | |||
Columns are displayed in the order the items are added in the macro editor. The following column headings are sortable in the UI of the report (from v6.16.6+)
| ||||
content-title | all | Filter report for specific named content. | ||
| all | You can provide a comma-separated list of CQL filters – the values must be indexed. The only workflow CQL searchable fields are those listed in Comala Document Management CQL Rest API page together with the Atlassian Confluence CQL fields
Other Atlassian CQL resources
| ||
from v.6.16.7+ filters can be added using Confluence CQL format and can include OR and comparison operators prior to v6.16.7 CQL filter must be in the form | v6.16.7+ | |||
| Should the report be filtered by content label(s)?
If using a list of labels, you can prefix the list with | |||
| 20 | The number of results to show per page. | ||
|
| What order should results be sorted in?
| ||
| Should the report be filtered to a specific parent page and the child pages of the specific page?
| |||
|
| Which report column of the report should results be sorted by?
| ||
| current space | Which space(s) should be included in the report?
| ||
| all | Should the report be filtered to specific state(s)?
| ||
workflow | all | Should the report be filtered to states in a specific workflow(s)?
You can only specify space workflow names. There is no option to specify a page workflow name. |
All examples