Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
typeflat
separatorpipe
printablefalse

Document Activity

Insert excerpt
Document activity report
Document activity report
nameoverview_da
nopaneltrue
Insert excerpt
Document activity report
Document activity report
nameview_da
nopaneltrue

Info

See the Document activity report page for further details.

Document report

Insert excerpt
Document report
Document report
nameoverview_dr
nopaneltrue

Insert excerpt
document report
document report
nameview_dr
nopaneltrue

Info

See the Document report page for further details.

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).

cdx_documentsatemacro_onpage_utcformat.png

The document state macro is compatible with the Confluence page properties macro, and the page properties report macro.

The document state macro is added to a table in the page properties macro.

Insert excerpt
Document state macro
Document state macro
namedocstatemacro_pagepropertyreportusage
nopaneltrue

Example - using the document state macro with the page properties macro

Insert excerpt
Document state macro
Document state macro
namedocstate_pageproperties_example_video
nopaneltrue

Info

See the Document state macro page for further details.

Document approvals macro

Add the document approvals 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's decision

  • the reviewer comment

The document approvals page macro is compatible with the Confluence page properties and page properties report macros.

The document approvals macro is added to a table in the page properties macro.

Insert excerpt
CDMC:Document approvals macroCDMC:
Document approvals macro
namedocapprovals_pagepropertiesreportusage
nopaneltrue

Info

See the Document approvals macro page for further details.

Document activity macro

Add the document activity page 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 - user related to the workflow event or action

  • Action - workflow event or action

  • State - workflow state

  • Comment - comment added for the document activity

  • Date - date and time of the workflow event or action

  • Version - Confluence version

The document activity page macro is compatible with the Confluence page properties macro, and the page properties report macro.

Info

See the Document activity macro page for further details.

Confluence Search

Filters

filters for

Macros

macros

Confluence provides macros that support CQL filters. These include the content by label macro and the page properties report macro.

Comala Document Management adds a filter for "Workflow state".

Image Removed

For example, Comala workflow state.

cdmc_filterbylabelmacro_editor_comalaworkflowstate_reviewstate.pngImage Added
Info

The state value is case-sensitive

Other workflow filters are:

  • Comala workflow enabled

    • use boolean true to filter pages with an applied active workflow

  • Comala workflow final state

    • use boolean true to filter pages in the final state of the applied workflow

  • Comala state expiration

    • filter by state expiration by date options

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

cw_state

Assigned approver

cw_approver

Note that cw_state search is case-sensitive

Workflow final state (boolean: true; false)

cw_final

Workflow enabled (boolean: true; false)

cw_enabled

Code Block
cql=cw_approver="userID" and cw_state="Approved"

The cw_state search is case-sensitive.