Calculation of duration based on assignment groupIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Calculate the duration of an incident based on the Assignment Group. Most of the cases, the incident will be traversed to multiple teams for resolution. In such cases, if we want to calculate the duration of the incident with respect to the assignment group, we can use "incident_metric" database view feature. ResolutionPlease follow the below steps In Filter Navigator type "incident_metric.LIST". This will open the incident metrics table in the new page along with the list of incidentsAdd the condition as "Definition is Assignment Group"Ensure we have fields like Number(inc_number), Assignment Group, Duration(mi_duration), Priority, Incident State, Definition, Value, Active(inc_active), Created(mi_sys_create_on) Run the reportSort the results in descending order on "Created" fieldNotice the "value" column which will be showing the assignment group that the incident is traversed and "Duration" tells the time taken by each assignment group. Please find the screenshots from OOTB for reference We have added one incident (INC000029) in condition for better understanding. Related LinksIf we want to calculate the duration of assignment group based on SLA, we have a new plugin from London instance knows as "SLA Breakdowns plugin (com.snc.sla.breakdowns)" In OOTB this plugin is defined for P1 and P2. Navigate to Service Level Management -> Breakdown Definitions Check "Incident SLAs by Assignment". Once we open "Incident SLAs by Assignment", go to the second tab and notice "SLA Definitions". By default, it is defined only for P1 and P2. You have an edit option to include all other priorities. Once this plugin is activated, you will see an additional tab at the bottom of the incident page as shown below. Please find below links for more information. Performance Analytics SLA Breakdown in ServiceNow SLA Breakdown Definitions