Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

PA dashboard for itil user activity?

Rick__M
Tera Contributor

Can anyone offer some guidance on how to create a report or dashboard showing daily activity for each user with an itil role broken down by hour? Activity would include inserting/updating/viewing task records. The goal is a report highlighting busiest hours of the day and which user(s) have been most active.

I've looked at the Usage Overview report but that shows activity by application. Also tried generating a report from sysevent but that shows username as opposed to a friendly first/last name and I was not able to break down by hour.

5 REPLIES 5

Adam Stout
ServiceNow Employee

In the script you are using for the bucket, try this: (assuming you are using sys_created_on):



current.sys_created_on.getGlideObject().getTime().getHourOfDayLocalTime();



Be sure to set the timezone on your job.