> merged the tickets, but am now wondering if I’ve lost the stats for calling. Yes, but in the UI only.
The data is still in the database. The tickets table includes columns for ID and EffectiveID. When you merge Tickets the EffectiveID is set to match the destination. You can therefore still get statistics on individual instances; select count(ID) from Tickets group by requestor. Alternatively, you can look for merge transactions, or use the wiki OnMerge condition to do something. _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [email protected] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
