Cloud Migration Resources
Planning a Cloud migration? These resources can help you get started:
→ Dashboard Hub Cloud features – Review Cloud features and understand key differences between DC and Cloud.
→ Migration support from Appfire – Learn how we can help you migrate smoothly.
Monday tables custom report
The Monday tables custom report lists all the workspaces and boards from a monday.com instance. You can customize the JSON file to return the data you need. The example on this page is a sample only.
You need knowledge of monday.com’s GraphQL language to configure this report.
Prerequisites
Dashboard Hub dashboard: You need to have a dashboard set up to add Custom Report gadgets.
API token for monday.com: Create this token in monday.com and store it to a secure location. You will need this token to set up your datasource in Dashboard Hub.
Datasource: You need to add a datasource for a monday.com instance with GET and POST access.
How to set up the monday.com datasource
To connect monday.com data with relevant data in your Jira instance, you need to configure a REST API datasource.
In Dashboard Hub, select More actions (…) > Add datasource.
Select Custom Reports.
Configure the datasource:
Name: Provide a name for the datasource to help you identify it when managing your datasources.
URL: Enter the root URL of the latest monday.com version.
Token: Paste the monday.com API token into the Token field. This token is a prerequisite. If you haven’t created it yet, follow the steps in the monday.com documentation.
Click Add.
How to use the monday.com tables report
Click Edit in your Dashboard Hub dashboard.
Click Add Gadget.
Select Custom Reports in the left sidebar, then select the Monday tables report gadget from the available reports.
On the gadget configuration page, the name is added by default.
Under Datasources, select the monday.com API datasource you created earlier. A preview of the report will appear similar to the following:
(optional)To customize the report, click Open Editor.
In the Report Descriptor Editor, make the required changes to the JSON file. You can preview the changes in the editor. You can change the table layout and define the data to display in the columns. See Custom report example to learn more about modifying report JSON files.
(optional) To save the customized report as a template to reuse at any time, click Save as Template. Provide a title for the template, then click Save Template.
When the report is ready to use, click Add.