Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Need to report when the incident was actually picked up

Community Alums
Not applicable

Hi experts, I have a requirement : When a new incident is assigned to servicedesk we need to identify when actually it was picked up by a support group member and how much time it took to pick up this ticket. We can identify this when a first  customer visible comment is added on the incident or when service offerring is updated on the incident. 

 how to achieve this using reporting?

4 REPLIES 4

Medi C
Giga Sage
Giga Sage

@Community Alums, could you try the following:


Create a New Indicator Source

  • Navigate to Performance Analytics > Indicator Sources
  • Define a source based on Incidents with conditions:

Assignment Group = ServiceDesk

State  != Closed

Assigned To is not empty

 

2. Create an Indicator to Capture First Action

  • Create an Indicator that captures:

- sys_updated_on for the first customer-visible comment

- OR first Service Offering update

  • Use MIN(sys_updated_on) on the audit logs for these fields.

3. Create a Breakdown to Calculate Time to Pickup

  • Define a Breakdown Source with:

- Assignment Timestamp

- First Action Timestamp

 

  • Use a Formula Indicator to calculate Time to Pickup:

Time to Pickup = First Action Timestamp - Assignment Timestamp


If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.

Community Alums
Not applicable

Thanks for the response. Can this be achieved using Metric definition?

Hi @Community Alums,

Yes! Metric definitions are definitely needed to capture the changes on the incident.


If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.

Community Alums
Not applicable

You also mentioned to create breakdowns. How to create first action timestamp ? 
eg should i create breakdown source, breakdown , and mapping>