Hi,
Is it possible that we can generate some daywise automatic reports say closed and open ticket and mail it automatically on some configured id.
Thanks.
statistics mail
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: statistics mail
yes. you can cron that stat report from command line.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 27
- Joined: 27 Jan 2012, 07:56
- Znuny Version: 3.0.9
- Real Name: Ann
- Company: SGSSoft
Re: statistics mail
crythias,
Thanks for your reply......
But i don't know how to do that in command line....could you please explain the steps needed......
Thanks
Thanks for your reply......
But i don't know how to do that in command line....could you please explain the steps needed......
Thanks
-
- Znuny newbie
- Posts: 53
- Joined: 04 Apr 2011, 15:38
- Znuny Version: 3.2.8
- Real Name: Alex Dekker
Re: statistics mail
Here's what I have in my crontab:
Code: Select all
55 8 * * mon,tue,wed,thu,fri /opt/otrs/bin/otrs.GenerateStats.pl -n 10014 -r support@myorg -s helpdesk@myorg -f Print -m "Report attached as PDF" > /dev/null 2>&1
OTRS 3.2.8 on Ubuntu 12.04.2 LTS