How to disable new ticket creation from emails, allowing only article creation from replies

Moderator: crythias

Locked
luislucio
Znuny newbie
Posts: 5
Joined: 04 Feb 2016, 19:07
Znuny Version: 5.0.6
Real Name: Luis Lúcio
Company: NA

How to disable new ticket creation from emails, allowing only article creation from replies

Post by luislucio »

Hi,
I'm newbie in OTRS, and i'm struggling with a question.

I want to disable new ticket creation from email, thus, making customer logon to customer portal to create new tickets.

Also, I want to allow them to reply to emails, creating articles to existing tickets.

With this approach I want them to start the ticket processing only inside OTRS, but giving "freedom" to treat them from emails.

Any hint on this matter?

Thanks in advance for your help.

Regards
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 disable new ticket creation from emails, allowing only article creation from replies

Post by reneeb »

You could use a postmaster filter that checks for "[Ticket#........]". If that's missing, ignore the mail...
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
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: How to disable new ticket creation from emails, allowing only article creation from replies

Post by jojo »

there is a build in functionality, check Core::Postmaster
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
luislucio
Znuny newbie
Posts: 5
Joined: 04 Feb 2016, 19:07
Znuny Version: 5.0.6
Real Name: Luis Lúcio
Company: NA

Re: How to disable new ticket creation from emails, allowing only article creation from replies

Post by luislucio »

Hi Jojo
It worked perfectly!

Thanks for your help.
Regards
Locked