Is there an easy way to export all tickets from the past year into a csv?
We are trying to gather our ticket data from the past year, we are specifically wanting to look at the affected user and created date. Any suggestions on how to get this data exported to a csv?
Best Answer
-
Matt_Howard1 Customer Adept IT Monkey ✭✭
If you do it from the portal, do a work item search, save it and that makes the Export option available. You could also do the same from the WorkItem table in the ServiceManagement database in SQL.
0
Answers
If you do it from the portal, do a work item search, save it and that makes the Export option available. You could also do the same from the WorkItem table in the ServiceManagement database in SQL.
Awesome, thanks!