I am looking to create Bar Graph Gadget in Jira using 3 filters I created with the results grouped by Tech;
1. Closed Tickets by Tech
2. Closed Tickets by Tech with Satisfactory Provided
3. Closed Tickets by Tech with 4-5 stars Satisfactory
Thank you in advance.
Welcome to the community.
If you have Rovo enabled and have Studio version 2 you could look into creating your own Forge app in Rovo Studio, you would need to write an exact prompt to build a Forge app that builds a dashboard gadget the you can use to show such infromation
Otherwise you will be forced to look for a fitting app from the Atlassian Marketplace, as this is not ootb available.
Hi @Eric Bernstein,
Jira does not provide such a gadget natively. You might be able to create a similar chart using Atlassian Analytics, so that could be something worth exploring.
If you are willing to try a Marketplace app, you could achieve something similar using the Pivot Table & Pivot Chart gadget offered by our Great Gadgets app.
It can display a column bar chart showing the number of closed issues per Tech, split by Satisfaction.
However, if you also want to easily see the total number of closed issues per Tech, I would recommend using a stacked column bar chart instead.
The gadget can do this with a single filter / JQL that returns the closed items. You have to configure it like this.
The only limitation is that the gadget cannot combine items with Satisfaction values of 4 and 5 into a single series.
You can also configure the gadget to display the same data in a table format.
In my examples all the issues had the Satisfaction field set. But if there are no issues with Satisfaction set, they will appear in the gadget with value "N/A" along other vales 1, 2, 3, 4 and 5.
The app offers additional gadgets for measuring Satisfaction. See also this article https://community.atlassian.com/forums/App-Central-articles/How-to-measure-Customer-Satisfaction-in-Jira-and-Confluence-with/ba-p/2741012
Hope this helps.
Danut.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.