Need to get a report showing the count of tickets resolved by each assignment group monthly

Gopi22
Giga Guru

I would like to get a report which shows the following data:  

Tickets opened in the month of January, February, March and resolved by each assignment group.

If possible, I would like to get this in a pivot table where in horizontal rows shows the assignment groups and vertical columns shows the months (Jan, Feb, etc)

Please advice how I can get such a report. I have tried getting the data but could not include month wise filter in the report.

 

Please help

 

Thanks,

Gopi

6 REPLIES 6

Alikutty A
Tera Sage

Hi,



Please check if the trend report helps you to satisfy your requirement, Try it out and let me know


find_real_file.png


Thank You


Please Hit Like, Helpful or Correct depending on the impact of response


Hello Alikutty,



Thank you for your guidance. However I would like to know some more things here:


How can i insert Assignment group data over here? The actual requirement is to know the tickets resolved by each group in Jan, Feb, etc



It would be much better if i can show the Assignment groups as horizontal rows and Months as vertical columns (like in a pivot table).



Thanks,


Gopi


Mwatkins
ServiceNow Employee
ServiceNow Employee

Two ways I see this working:


1. Create a new column on the task table for closure month. Populate the field at close time using a business rule and the GlideDateTime API.


2. Use the out-of-box Performance Analytics for Incident Management plugin that comes with all new installs of ServiceNow since Eureka. (If you are an older customer you would need to activate the plugin)



The Performance Analytics comes with an automated indicator setup already for Number of Resolved Incidents.



Number of resolved incidents


by priority


by category


by assignment group



See the instructions in the following Wiki article on how to set it up. But basically all you need to do is run the Historical Data Collection job and then activate the daily job going forward.


http://wiki.servicenow.com/index.php?title=Getting_Started_with_Performance_Analytics#Setup_and_Conf...



Screenshot 2017-05-10 12.02.34.png


Mwatkins
ServiceNow Employee
ServiceNow Employee

Whoops, you wanted by pivot. Here is something very close:


Screenshot 2017-05-10 12.04.38.png



If you take the time to learn the Performance Analytics tool I think you will find it is incredibly powerful. It allows slicing an dicing on changing values and sub-filtering on the fly from breakdown charts and drilling down to details in one UI.



You can get Performance Analytics for Incident Management   for free.


Context: The ABCs of Performance Analytics - Part 2 - part 2 of a very helpful 3 part discussion about using Performance Analytics to drive KPI's, including MTTR, backlog and many more.


Moneyball for Enterprise Service Management (ServiceNow) - Another discussion about how Performance Analytics enables deep insight into KPI's including MTTR.