Document Report
The Document Report lists all the pages and blog posts in a space report that currently have an active workflow applied.
To view the Document Report
choose the Document Report option in the Confluence sidebar menu
For a page currently in a workflow state with multiple approvals, each approval is displayed as an icon in the Reviewers column.
Choose each approval icon to display any assigned reviewer(s) and the reviewer current approval decision status.
The Document Report can be filtered by the current workflow state for a workflow on a page or blog post using the displayed buttons for each state.
My Pending Approvals
You can see the approvals that are assigned to you in the current space in the document report.
If there are multiple approvals in a state the reviewer avatars are replaced by the named approval avatar.
Choose the approval avatar to view the assigned reviewers for an approval.
When there are multiple approvers assigned choose a reviewer to view details of all the reviewers for the approval.
The approver list is read-only.
You can sort and filter the display or use a search filter on the Confluence search to find pages assigned to a specific person (see below).
Document state macro
Add the document state page macro to display the current workflow state; the date of the change to the state; and the state expiry date (if a state expiry has been added).
The document state macro is compatible with the Confluence page properties macro and page properties report macro.
The document state macro is added to a table in the page properties macro.
The macro on the published page is rendered in a table.
The page properties report macro can be added to a page to report the value of the example page property we created - Comala Management App - State details.
Document approvals macro
Add the document approvals macro page macro to display information for approvals in a selected workflow state.
The macro can be configured to display one or more of
the overall status of the approval
the approval assignees
the latest approval decision for each assignee
the date of the reviewer decision
the reviewer comment
The document approvals macro is compatible with the Confluence page properties macro and page properties report macro.
The document approvals macro is added to a table in the page properties macro.
The page properties report macro can then be added to a page to report on the added values.
Document activity macro
Add the document activity macro to display information for the document activity for the page.
Configure the macro to display one or more of the following for each document activity entry
User
workflow Action
workflow State
any Comments added for the document activity
Date
Confluence Version
The document activity macro is compatible with the Confluence page properties macro and page properties report macro.
Confluence Search Filters for Macros
Confluence provides macros that support CQL filters, like the Content by label macro or the Page properties report macro.
Comala Document Management adds a filter for "Workflow state".
REST API CQL fields
If you are searching with a separate reporting/scripting tool, for example, Reporting for Confluence from Appfire or ScriptRunner for Confluence from Adapatavist, using the Confluence REST API the following field names are used:
Field | Field name |
---|---|
Workflow state |
|
Assigned approver |
|
Note that cw_state
search is case-sensitive
cql=cw_approver="userID" and cw_state="Approved"