How to create a Sprint detail chart in JQL Custom Chart Gadget using the Dashboard Hub for Jira app

This article guides creating a sprint details chart using the JQL Custom Chart using the Dashboard Hub for Jira app.

To generate a Sprint Details Chart within the JQL Custom Chart Gadget, you can utilize bar charts, pie charts, etc. The example below illustrates sprint details in the JQL Custom Chart using the Pie chart format.

project = "SCP" and Sprint in ('SCP Sprint 1')

The screenshot above depicts the total number of issues categorized by status, including 'Done,' 'Work in Progress,' and 'To Do,' along with their respective percentage distribution. Additionally, clicking on a specific section of the pie chart will reveal no issues within that particular category.

However, if you prefer to exclude issues marked as 'Done' from the chart and calculations, you can achieve this by clicking on the eye icon associated with the respective category.

  • Please make sure to have the necessary permission.