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 help to create report which shows number of days between when Ticket was Opened and Closed for a particular month

karan15
Tera Contributor

need help to create report which shows number of days between when Ticket was Opened and Closed for a particular month 

 

For e.g I can see using attached query that there were 1500 tickets created and closed in Jan 2022 however can I create a report some how to show for how long each ticket was opened for ?

E.g - Ticket created on 2 Jan 2022 , closed on 4th Jan 2022 >> number of days ticket was opened for is 2 days 

 

Thanks 

6 REPLIES 6

Saurav11
Kilo Patron
Kilo Patron

Hello,

Create a report on metric_instance table and use the definition Create to Resolve Duration in the filter ti should give you the required report.

find_real_file.png

Please mark answer correct/helpful based on Impact.

karan15
Tera Contributor

thanks Saurav ill try that