Monitor Comala Document Management Cloud Workflows with Dashboard Hub Custom Reports
Overview
This document explains how you can integrate Dashboard Hub and Comala Document Management (CDM) cloud to view key metrics of your document workflows in Confluence.
This document is for the Comala Document Management Cloud version.
For the Comala Document Management Data Center version, see https://appfire.atlassian.net/wiki/spaces/RDD/pages/874905671.
Custom Reports in Dashboard Hub
Dashboard Hub is a reporting app for creating centralized dashboards with data from various sources, including Confluence. Our Custom Reports gadget connects through REST API and uses the search endpoint to filter pages by CQL(Confluence Query Language), expanding on Comala Document Management data to build a usable, visual report.
For more details, see:
https://appfire.atlassian.net/wiki/spaces/RDD/pages/1528825149
Custom Reports templates
Use our curated and maintained catalog of Custom Reports templates. This catalog offers ready-to-use, easy-to-connect examples. Find links to the Comala Document Management templates here:
Comala Document Management (CDM)
Comala Document Management provides workflow automation for pages and blog posts in Confluence spaces. Comala Document Management also offers in-app reporting tools, including the Document Report for tracking workflow activity across pages in a space and the Document Activity report for an individual page.
You can find Comala Document Management on the Atlassian Marketplace here: Comala Document Management | Atlassian Marketplace
Use cases
Document stats report
This chart provides a visual breakdown of pages by Workflow State, offering a quick overview of content progress and status.
CQL:cw_state
Pending approvals in Confluence
This dashboard provides a clear view of all Confluence pages with active approvals assigned to the current user. Each team member has a dedicated gadget displaying their assigned approvals, making it easy to track pending reviews.
CQL: cw_approver = currentUser()
Upcoming expiring pages
This table helps identify Confluence pages that are set to expire within the next four weeks, ensuring timely reviews and updates across the instance.
CQL: cw_expires < now("4w")
Draft pages per space
This 1D pivot table displays the number of pages in the Draft state for each space, helping track unpublished content across Confluence.
CQL: cw_state IN ("Draft")
Set up
Add a datasource
In your dashboard, click the More actions ellipses (…), then click Add datasource. If you are new to datasources, see https://appfire.atlassian.net/wiki/spaces/RDD/pages/146309943 for more information.
Provide a meaningful name for your datasource.
Enter the API endpoint URL in the provided field. See https://appfire.atlassian.net/wiki/spaces/RDD/pages/1568374878for a Comala Document Management example.
Set Authentication type: No Auth for this example. To learn about authentication types see https://appfire.atlassian.net/wiki/spaces/RDD/pages/1545601193.
Click Add.
Add the Custom Reports gadget
Navigate to your Dashboard Hub app.
If you have not created a dashboard:
Click the dashboard dropdown in the left corner or in the More actions menu in the right corner, and select Create dashboard.
Name your dashboard, and click Create.
Click Add Gadget.
If you already have a dashboard created, click Edit.
Click Add Gadget.
Type Custom Reports in the search bar in the gadget catalog or navigate to the Custom Reports section in the left-side navigation panel.
Locate the Custom Reports gadget, click Add, and click Open Editor.
See also:
https://appfire.atlassian.net/wiki/spaces/RDD/pages/146310146
https://appfire.atlassian.net/wiki/spaces/RDD/pages/146310019
Need support? Create a request with our support team.
