How to manually create your Dataplane reports in Dashboard Hub Pro Cloud

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.

How to manually create your Dataplane reports in Dashboard Hub Pro Cloud

Overview

Dashboard Hub is the Cloud partner to Dataplane Reports for Jira. This page explains how to manually recreate Dataplane reports in Dashboard Hub.

If you migrate app data using Jira’s Cloud Migration Assistant (JCMA), your reports are mapped to Dashboard Hub reports best matched to the original report. See Migrate from Dataplane Reports to Dashboard Hub to migrate with JCMA.

Refer to the feature comparison page to learn more about the gadgets used to support your migrations. If you have any questions, contact our support team.

Build your reports in Dashboard Hub

The following steps explain how to configure any Dataplane report type in the Dashboard Hub Pro Cloud.

  1. Navigate to Apps > Dashboard Hub.

You can find the Dashboard Hub app in the Apps menu once your Jira administrator has installed it.

  1. Create a dashboard if you haven’t created one yet. At the top-right, click More () and then select Create Dashboard.

  2. Enter the Name and Description, and set the access restriction for the Dashboard. For more information, refer to Create a Dashboard.

  3. Create a blank dashboard or use one of the provided templates. To choose a template, click Change Template. For more information about templates, refer to Use a template.

  4. Click Create.

  5. The Welcome to your Dashboard screen appears. Click Add Gadget to open the gadgets catalog menu. For more information about gadgets, refer to Gadgets.

Dashboard Hub adding a Dataplane report gadget
  1. To configure the required Dataplane report under the Jira product, select the corresponding gadget to add to the current dashboard. To review the feature parity for both products and identify the gadget to use, refer to Feature comparison for Dataplane Reports and Dashboard Hub.

  2. Configure the gadget similar to the Dataplane report you want to recreate and click Add.

  3. To save the Dashboard, click Save.

Example scenarios

Current Issue Assignees in Dataplane

Dataplane report use case: Consider the current metrics Dataplane report showing the data from the JQL query "status = Open", broken down by Assignee.

  • Dataplane Report: Current Issue Assignees

  • JQL: status = Open

  • Chart Type: Pie chart

Dashboard Hub How to manually create your Dataplane reports in Dashboard Hub Pro Cloud report preview

Rendered report: 

Dashboard Hub How to manually create your Dataplane reports in Dashboard Hub Pro Cloud report preview

Create a similar report type with the Jira Custom Charts gadget in Dashboard Hub Pro Cloud

  1. Open your dashboard in Dashboard Hub, then click Edit. To create a new Dashboard, refer to Create Dashboard.

  2. Click Add Gadget.

  3. Select the Jira Custom Charts gadget. Refer to the feature parity page to determine the gadget to choose.

  4. Configure the gadget to match the Dataplane report you want to replicate.

    1. Name: Current Issue Assignees_StatusOpe

    2. Datasource: Use This Jira Instance in this example. Learn more about the options for connecting to other Jira instances in Learn about datasources.

    3. JQL : status = “To Do”.

    4. View Type: Pie chart

    5. Customize the chart by selecting the appropriate field values for Chart By, Aggregation, and Field. For more information refer to Jira Custom Charts.

Dashboard Hub How to manually create your Dataplane reports in Dashboard Hub Pro Cloud Dashboard Hub GadgetConfig1

Report preview:

Once you enter all the configuration details, the report is generated. To add the gadget to the Dashboard, click Add.

Dashboard Hub How to manually create your Dataplane reports in Dashboard Hub Pro Cloud dashboard preview

To save the Dashboard configurations, click Save.

Dashboard Hub How to manually create your Dataplane reports in Dashboard Hub Pro Cloud dashboard preview

You see that a similar report is configured in Dashboard Hub Pro Cloud. Similarly, you can add more gadgets and configure the other report types in the Dashboard.

The reports might look different based on the configurations and app templates.

The reports generated in Dataplane Reports and Dashboard Hub Pro Cloud are based on the Jira data available in the instance. To create the dashboard reports with the same data, migrate your Jira Data Center data to Jira Cloud. To migrate, refer to Jira Cloud Migration Assistant or Configuration Manager for Jira.

If you have any questions about converting your Dataplane reports with Dashboard Hub Pro Cloud, contact our support team.

To review the user documentation for the source reports configured in Dataplane Reports, see Configure reports.

Historical values reports

To facilitate your migrations from Dataplane to Dashboard Hub, you can map your historical values reports in Dashboard Hub using the Jira Custom Charts and Historical Insights gadgets.

When to use Historical Insights

The Historical Insights gadget aligns with the following Dataplane reports:

  • Issue Values By Date

  • Issue Values Snapshots By Date

  • Issue Values Snapshots Sum By Date

See Historical Insights to learn how to display your data in Dashboard Hub.

When to use Jira Custom Charts

If you are manually recreating your reports in Dashboard Hub, the Jira Custom Charts gadget can be configured to suit a wide range of use cases. See Jira Custom Charts to learn more.

Key mapping concepts

Dataplane Reports

Dashboard Hub Pro

Mapping notes

Dataplane Reports

Dashboard Hub Pro

Mapping notes

Summary (Search)

JQL query

In Dataplane, the Summary displays work items using the Projects / Categories / Boards / Filters tab or the JQL tab. In Jira Custom Charts, select JQL to enter a query directly, or select Filter to use a saved Jira filter.

Time period

JQL date clause

In Dataplane, you select a Time Period from preset ranges (e.g., Last 3 Months) or set explicit Start Date / End Date values. In Jira Custom Charts, add a date clause to your JQL (e.g., created >= -3m). Only time periods supported by JQL are possible.

Segment By

Group By

In Dataplane, Segment By breaks down results by one or more Jira fields. In Jira Custom Charts, use Group By (available when you select a grouped, stacked, or multi-chart view type).

Example Dataplane gadget configuration

Screenshot 2024-01-30 at 15.28.12.png

Example Dashboard Hub gadget configuration

DH-example-config.png

 

When you migrate Dataplane Reports to Dashboard Hub, the following historical reports are mapped to the Jira Custom Charts gadget. For each report, a corresponding Jira Custom Charts report is created in Dashboard Hub. If you need help recreating Dataplane historical values reports with the Jira Custom Charts gadget, refer to the individual reports below.

Issues Created By Date

This Dataplane report displays the number of work items that were created on a specific date.

Setting

Dataplane

Dashboard Hub

Notes

Setting

Dataplane

Dashboard Hub

Notes

Report/Gadget

Issues Created by Date

Jira Custom Charts

 

Datasource

Configured Jira instance

Selected datasource: This Jira instance

The datasource is the Jira instance to connect to. Select a different datasource if your data is on another instance. See Datasources.

Query

Summary: Use the JQL tab or Projects / Categories / Boards / Filters tab
project = "ACME"

Select JQL, then enter
project = "ACME" AND created >= -3m ORDER BY created DESC

Select Filter to use a saved Jira filter instead. The JQL date clause (created >= -3m) replaces Dataplane's Time Period. Adjust as needed: -30d

Time Period

Start Date / End Date

Controlled by the JQL query date clause

 

Chart Type

Column chart example for historic reports

View type: Bar chart

Dataplane's Column Chart (vertical bars) corresponds to the Custom Charts Bar chart.

Interval

Preset dropdown. Controls whether the results are aggregated on a daily, weekly, monthly, quarterly, or annual basis.

Chart by: Created, grouped by week or month.

Select the time grouping when you choose a date field in Chart By. Replaces Dataplane's Interval control.

Value Of

Work item (issue) count

Aggregation Field: Work Items

Aggregation: Count

 

Segment By

Group results by the value of one or more Jira fields or properties, for example, Priority

Group by: Priority

Change View Type to Stacked bar chart or Grouped bar chart to enable Group By.

Trend line

Not available

Show trend line: On

Use the Show trend line toggle. To change the color, click the default line color and select a different color.

Issues By Date

Dataplane’s Issue By Date report displays the number of work items that reference a specific date, known as the Date Basis. You can select a Date Basis of Targeted Release Date to see how many work items were scheduled for release in a given date range.

Setting

Dataplane

Dashboard Hub

Notes

Setting

Dataplane

Dashboard Hub

Notes

Report/Gadget

Issues By Date

Jira Custom Charts

 

Datasource

Configured Jira instance

Selected datasource: This Jira instance

The datasource is the Jira instance to connect to. Select a different datasource if your data is on another instance. See Datasources.

Query

Summary: Use the JQL tab or Projects / Categories / Boards / Filters tab
project = "ACME"

Select JQL, then enter
project = "ACME" AND "Target Release Date" >= "2026-01-01" AND "Target Release Date" < "2026-07-01"

Select Filter to use a saved Jira filter instead. The JQL date clause replaces Dataplane's Time Period.

Time Period

Start Date / End Date

Controlled by the JQL query date clause

 

Chart Type

Column chart example for historic reports

View type: Bar chart

Dataplane's Column Chart (vertical bars) corresponds to the Custom Charts Bar chart.

Interval

Preset dropdown. Controls whether the results are aggregated on a daily, weekly, monthly, quarterly, or annual basis.

Chart by: Due date

Replaces Dataplane's Interval control.

Value Of

Work item (issue) count

Aggregation Field: Work Items

Aggregation: Count

 

Segment By

Group results by the value of one or more Jira fields or properties, for example, Priority

Group by: Priority

Change View Type to Stacked bar chart or Grouped bar chart to enable Group By.

Trend line

Not available

Show trend line: On

Use the Show trend line toggle. To change the color, click the default line color and select a different color.

Issue Reporters By Date

This report displays the number of work items created on specific dates, broken down by the issue Reporter.

Setting

Dataplane

Dashboard Hub

Notes

Setting

Dataplane

Dashboard Hub

Notes

Report/Gadget

Issue Reporters By Date

Jira Custom Charts

 

Datasource

Configured Jira instance

Selected datasource: This Jira instance

The datasource is the Jira instance to connect to. Select a different datasource if your data is on another instance. See Datasources.

Query

Summary: Use the JQL tab or Projects / Categories / Boards / Filters tab
project = "ACME"

Select JQL, then enter
project = "ACME" AND created >= "2026-01-01" AND created < "2026-07-01"

Select Filter to use a saved Jira filter instead. The JQL date clause replaces Dataplane's Time Period.

Time Period

Start Date / End Date

Controlled by the JQL query date clause

 

Chart Type

Column chart example for historic reports

View type: Bar chart

Dataplane's Column Chart (vertical bars) corresponds to the Custom Charts Bar chart.

Interval

Preset dropdown. Controls whether the results are aggregated on a daily, weekly, monthly, quarterly, or annual basis.

Chart by: Created

Select the time grouping when you choose a date field in Chart By. Replaces Dataplane's Interval control.

Value Of

Work item (issue) count

Aggregation Field: Work Items

Aggregation: Count

 

Segment By

Group results by the value of one or more Jira fields or properties, for example, Priority

Group by: Reporter

Each reporter’s work items are plotted as a separate series. Change View Type to Stacked bar chart or Grouped bar chart to enable Group By.

Trend line

Not available

Show trend line: On

Use the Show trend line toggle. To change the color, click the default line color and select a different color.

Issues Resolved By Date

This report displays the number of work items that were resolved on a specific date.

Setting

Dataplane

Dashboard Hub

Notes

Setting

Dataplane

Dashboard Hub

Notes

Report/Gadget

Issue Resolved By Date

Jira Custom Charts

 

Datasource

Configured Jira instance

Selected datasource: This Jira instance

The datasource is the Jira instance to connect to. Select a different datasource if your data is on another instance. See Datasources.

Query

Summary: Use the JQL tab or Projects / Categories / Boards / Filters tab
project = "ACME"

Select JQL, then enter
project = "ACME" AND resolved >= -6m ORDER BY resolved DESC

Select Filter to use a saved Jira filter instead. Use resolved >= to filter by resolution date, replacing Dataplane's Time Period.

Time Period

Start Date / End Date

Controlled by the JQL query date clause

 

Chart Type

Column chart example for historic reports

View type: Stacked Bar chart

Dataplane's Column Chart (vertical bars) corresponds to the Custom Charts Bar chart.

Interval

Preset dropdown. Controls whether the results are aggregated on a daily, weekly, monthly, quarterly, or annual basis.

Chart by: Resolved

Select the time grouping when you choose a date field in Chart By. Replaces Dataplane's Interval control.

Value of

Work item (issue) count

Aggregation Field: Work Items

Aggregation: Count

 

Segment By

Group results by the value of one or more Jira fields or properties, for example, Priority

Group by: Assignee

Each assignee appears as a colored segment in thte stacked bar. Change View Type to Stacked bar chart or Grouped bar chart to enable Group By.

Trend line

Not available

Show trend line: On

Use the Show trend line toggle. To change the color, click the default line color and select a different color.

Sum Numeric Field By Date

This report calculates the sum of the current values of a specified numeric field in Jira for all work items included in the search.

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.