how to recieve new tickets only by phone, updates by email?

Moderator: crythias

Locked
griffin
Znuny newbie
Posts: 20
Joined: 29 Apr 2015, 19:51
Znuny Version: 3.3.8
Real Name: Marcos

how to recieve new tickets only by phone, updates by email?

Post by griffin »

Hi,
how can i ignore all emails that dont have a ticket number but if an email comes with a ticket number add its info.

If i add the email account it grabs every email as a ticket.

Thanks.
OTRS: 4.0.8
Database: MySQL
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: how to recieve new tickets only by phone, updates by email?

Post by reneeb »

Adminarea -> Postmaster filters

=> search for "subject" negate regex "\A\[Ticket#" (without quotes)
=> set X-OTRS-Ignore to "yes"
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: how to recieve new tickets only by phone, updates by email?

Post by crythias »

or, a bit nicer, dump incoming tickets to a "Junk" queue with autoresponder "We don't accept new tickets by email. Fill the form online at ..." and then generic agent autoclose Junk tickets every 10 minutes.
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
griffin
Znuny newbie
Posts: 20
Joined: 29 Apr 2015, 19:51
Znuny Version: 3.3.8
Real Name: Marcos

Re: how to recieve new tickets only by phone, updates by email?

Post by griffin »

thanks!
that did the trick.

i used negate ".*\[Ticket#\d+\]" without quotes
OTRS: 4.0.8
Database: MySQL
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: how to recieve new tickets only by phone, updates by email?

Post by crythias »

but you don't need that...

tickets with ticket numbers will stay in the queue they're in. :)
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
Locked