Assigned tickets to a Assignment group as at a particular date and time

philhubbard
Kilo Explorer

I have a request for a report of how many tickets assigned to a assignment group at a given Monday and then the figure as at a given Friday.

How would I approach this historic point of time?   As at Monday morning   the XX assignment group had tickets assigned.

I am not able to see if filters can point back in time, can you please show how I could best approach this?

Number of incidents in Group A queue at beginning of week

Number of requests in Group A queue at beginning of week

Number of request in Group B queue at beginning of week

Number of incidents in Group A queue at end of week

Number of requests in Group A queue at end of week

Number of request in Group B queue at end of week

Number of tickets closed in each queue for the week

1 ACCEPTED SOLUTION

Patrick Schult2
Giga Guru

Hi Phil,



Unfortunately, this kind of report is simply not possible without the use of Performance Analytics. The whole concept of PA is that it periodically snapshots certain information in a table (like, the count of Incidents assigned to a particular group), and saves that information separately. Then, when you want to report on that, you can chart the trend of how many tickets the group had at any moment over time.



If your company has PA Premium purchased, then you can pretty easily build an indicator that tracks this, or it could be included by default (we don't have it, so I can't check). All ServiceNow instances have a basic version of PA for Incident Management that tracks some data - take a look at yours and see if it's tracking this.



Incident Perf. Analytics: https://docs.servicenow.com/bundle/istanbul-performance-analytics-and-reporting/page/use/performance...


View solution in original post

3 REPLIES 3

Patrick Schult2
Giga Guru

Hi Phil,



Unfortunately, this kind of report is simply not possible without the use of Performance Analytics. The whole concept of PA is that it periodically snapshots certain information in a table (like, the count of Incidents assigned to a particular group), and saves that information separately. Then, when you want to report on that, you can chart the trend of how many tickets the group had at any moment over time.



If your company has PA Premium purchased, then you can pretty easily build an indicator that tracks this, or it could be included by default (we don't have it, so I can't check). All ServiceNow instances have a basic version of PA for Incident Management that tracks some data - take a look at yours and see if it's tracking this.



Incident Perf. Analytics: https://docs.servicenow.com/bundle/istanbul-performance-analytics-and-reporting/page/use/performance...


varads_kulkarni
Giga Expert

Hi Phil,




You can make use of metrics concept to get this data. ServiceNow provides an OOB metric named "Assignment Group". This metric captures the start time and end time when an incident is assigned to a particular group. So I believe you can build a report with filter information(provided below) and schedule it on Monday and Fridays.




Report can be created by following the below screenshot.


Report.jpg



Result.jpg


Only drawback being it will also include the resolved/closed incidents. However if you access to creating a new metric, then it can be created in such a way that you can get rid of this drawback


Hi Varads,

This was very helpful, have a question for you.

With regards to Start and End, what is the main difference with regards to assignment groups? For example, if I want to know how many incidents hit an assignment group on a day, regardless of when it was opened/closed, could I use Start > On > Date on the assignment group definition? Do i need to specify any values?