I would like to create a pie chart with two sections: issues submitted during the past calendar month and issues resolved or closed during the past calendar month. I don't know how to write a query and select a statistic type that would do that.
I looked at a similar question submitted to the Community in 2022, but the question may not have been the same, or the solution eluded me.
Hi @Phil Bustin
I would recommend not using a pie chart for that information...The "issues resolved or closed" during the month could be a subset of the created issues, and pie charts typically show categories of things which are distinct.
Perhaps instead use a bar chart, as with the free addon gadget, JavaScript Gadget for Jira Cloud, which allows creating your own JQL for each dataset.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.