This article provides guidance on creating a sprint details chart using JQL Custom Chart.
To generate a Sprint Details Chart within the JQL Custom Chart Gadget, you have the flexibility to utilize various chart formats such as Bar chart, Pie chart, etc. In the example below, we illustrate the presentation of sprint details in the JQL Custom Chart using the Pie chart format.
project = "SCP" and Sprint in ('SCP Sprint 1')
In the screenshot above, we depict 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 a no of 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.