Search found 6 matches

by dorin
08 Sep 2014, 14:02
Forum: Help
Topic: Postmaster Filters problem
Replies: 4
Views: 2165

Re: Postmaster Filters problem

I'll give it a try. Thank you.

Best regards,
Dorin
by dorin
08 Sep 2014, 12:55
Forum: Help
Topic: Postmaster Filters problem
Replies: 4
Views: 2165

Re: Postmaster Filters problem

Hello,

Thank you for your reply.

All the tickets are posted only from the customer portal where the service is selected by the customers. So the filter is supposed to work.

Regards,
Dorin
by dorin
08 Sep 2014, 11:17
Forum: Help
Topic: Postmaster Filters problem
Replies: 4
Views: 2165

Postmaster Filters problem

Hello, I have OTRS 3.3.8 and I'm trying to add a filter that change the SLA for all tickets posted having a particular Service. I choose for the filter condition X-OTRS-Service the name of the service I want and for the email header X-OTRS-SLA the name of the SLA. The value Stop after match is No. I...
by dorin
18 Sep 2013, 20:27
Forum: Help
Topic: Hide New Phone/Email Ticket from Tickets menu
Replies: 2
Views: 1869

Hide New Phone/Email Ticket from Tickets menu

Hello,

I want to hide the hide the New Phone/Email Ticket links from the agent interface Tickets menu. Could anyone tell me how?

Many thanks.
by dorin
27 Aug 2013, 10:37
Forum: Help
Topic: mandatory service in ticket
Replies: 10
Views: 10615

Re: mandatory service in ticket

Hello Jad, I need to add the following code to CustomerTicketMessage.pm around line 414: # check service if ( $Self->{ConfigObject}->Get('Ticket::Service') && !$GetParam{ServiceID} && !$IsUpload && !$GetParam{Expand} ) { $Error{TypeIDInvalid} = 'ServerError'; }