Hey Folks, I am handling a task in creating a dashboard that shows a specific agent with their respective CSAT rating and SLA metrics in all projects.
From what I explored, I found out that it is possible to create a report in just one project (As shown in screenshot below).
So I am wondering it is possible to use these metrics and apply to all projects.
With out of the box Jira, you could build your charts project by project and then add multiple gadgets to a single dashboard, each representing a project.
Or you could create Jira filters that group the data across multiple projects. Examples could be:
All issues assigned to the logged in user:
Project in (ProjectA, ProjectB, ProjectC) AND assignee = currentUser()
All issues where SLA was breached
Project in (ProjectA, ProjectB, ProjectC) AND assignee = currentUser()
AND "Response Time" = Breached()
You can then use these aggregated data as sources to existing dashboard gadgets. See this support article for more useful JQL functions.
You will probably find that both approaches have their limitations. For a more solid reporting solution, it is probably best to have a look at the options of using a BI reporting solutions you may already have available in your organization or check out a marketplace app for reporting.
Hope this helps!
This does helped on the SLA metrics, thanks!!!
What about the CSAT Rating on tickets, is there any way to retrieve the average from all projects with the target of the specific agent?
PS: I found out it is possible by using the same approach!!! Thanks and have a nice day ahead!!!
Example of CSAT Values
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can create the separate reports by project, as described in this related community question. But there's no out of the box visualisation gadget that I'm aware of that let's you do this cross-project.
In that case you would have to revert to a reporting app.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is possible to display the average CSAT score and various numbers based on the Satisfaction field by using the Issue Filter Formula and the Advanced Issue Filter Formula gadgets offered by our Great Gadgets app.
This app offers many useful gadget for Jira Service Management.
If you have questions, feel free to contact us at support@stonikbyte.com.
Thank you,
Danut Manda
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.