Search found 19 matches

by ovron
18 Nov 2015, 12:45
Forum: Help
Topic: Note notification
Replies: 5
Views: 1670

Re: Note notification

I choose TicketStateUpdate.

Our system merge automatically same tickets. So when one ticket merge to another it sets the state to "closed successfull" and then it send a email thats alright. But after that when I add a note to the merged "closed successfull" ticket I don't receive any email.

Do ...
by ovron
05 Nov 2015, 10:42
Forum: Help
Topic: Note notification
Replies: 5
Views: 1670

Re: Note notification

Which event in the notification event?
by ovron
21 Oct 2015, 10:08
Forum: Help
Topic: Note notification
Replies: 5
Views: 1670

Note notification

Hello

How I've to configure otrs that every admin receives a addNote-notification also when the tickets are closed successfully?

Many thanks.
by ovron
03 Sep 2015, 10:11
Forum: Help
Topic: Close ticket if merge
Replies: 5
Views: 2346

Re: Close ticket if merge

I tried it like this:

#Copyright (C) 2014 Perl-Services.de, http://perl-services.de
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (AGPL). If you
# did not receive this file, see http://www.gnu.org/licenses/agpl.txt ...
by ovron
01 Sep 2015, 13:54
Forum: Help
Topic: Close ticket if merge
Replies: 5
Views: 2346

Re: Close ticket if merge

I tried it and now it looks like this:

#Copyright (C) 2014 Perl-Services.de, http://perl-services.de
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (AGPL). If you
# did not receive this file, see http://www.gnu.org ...
by ovron
14 Jul 2015, 15:39
Forum: Help
Topic: merge subject
Replies: 3
Views: 1451

Re: merge subject

Thanks but it don't work..
by ovron
14 Jul 2015, 11:03
Forum: Help
Topic: merge subject
Replies: 3
Views: 1451

merge subject

Hello

We have a filter that merge identical tickets. He check the sender, subject and body.

# --
# Kernel/System/PostMaster/Filter/MergeIdenticalTickets.pm - sub part of PostMaster.pm
# Copyright (C) 2014 Perl-Services.de, http://perl-services.de
# --
# This software comes with ABSOLUTELY NO ...
by ovron
15 Jun 2015, 09:42
Forum: Help
Topic: Merge Ticket as a note
Replies: 13
Views: 9097

Re: Merge Ticket as a note

??
by ovron
10 Jun 2015, 09:21
Forum: Help
Topic: Merge Ticket as a note
Replies: 13
Views: 9097

Re: Merge Ticket as a note

How is the status?
by ovron
03 Jun 2015, 12:57
Forum: Help
Topic: Merge Ticket as a note
Replies: 13
Views: 9097

Re: Merge Ticket as a note

Do you mean like this?

The mails:

--------------------
From: XXX
Sent: Mittwoch, 3. Juni 2015 11:13
To: XXX
Subject: Test1144

Test1144
--------------------

and attached you'll find the sysconf
by ovron
03 Jun 2015, 11:18
Forum: Help
Topic: Merge Ticket as a note
Replies: 13
Views: 9097

Re: Merge Ticket as a note

I checked it. Now i've the settings like you said.
But the "pre" filter still don't work. He create two tickets which have the similar sender, subject and body.
by ovron
02 Jun 2015, 11:01
Forum: Help
Topic: Merge Ticket as a note
Replies: 13
Views: 9097

Re: Merge Ticket as a note

I tried it now but he merge still like a normal ticket and not as a note..
by ovron
28 May 2015, 14:44
Forum: Help
Topic: Close ticket if merge
Replies: 5
Views: 2346

Close ticket if merge

Hello

We have a filter that merge ticket as a note if the title is the same.

# --
# Kernel/System/PostMaster/Filter/MergeIdenticalTicketsPre.pm - sub part of PostMaster.pm
# Copyright (C) 2015 Perl-Services.de, http://perl-services.de
# --
# This software comes with ABSOLUTELY NO WARRANTY. For ...
by ovron
06 May 2015, 11:39
Forum: Help
Topic: Merge Ticket as a note
Replies: 13
Views: 9097

Re: Merge Ticket as a note

Did it.
by ovron
06 May 2015, 08:30
Forum: Help
Topic: Merge Ticket as a note
Replies: 13
Views: 9097

Re: Merge Ticket as a note

They check the sender and subject. If they are similar they will merge.
by ovron
05 May 2015, 08:16
Forum: Help
Topic: Merge Ticket as a note
Replies: 13
Views: 9097

Merge Ticket as a note

Hello

Now we have a filter that merge identical tickets.

# --
# Kernel/System/PostMaster/Filter/MergeIdenticalTickets.pm - sub part of PostMaster.pm
# Copyright (C) 2014 Perl-Services.de, http://perl-services.de
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the ...
by ovron
28 Apr 2015, 09:10
Forum: Help
Topic: OTRS 4 ignore duplicated mails
Replies: 4
Views: 2306

Re: OTRS 4 ignore duplicated mails

Now it works!!

Thanks a lot!
by ovron
27 Apr 2015, 09:27
Forum: Help
Topic: OTRS 4 ignore duplicated mails
Replies: 4
Views: 2306

Re: OTRS 4 ignore duplicated mails

Thank you but it don't work..

in the sys log from otrs it stays:

- Can't process mail, see log sub system! at /opt/otrs/bin/otrs.PostMaster.pl line 100.
- syntax error at /opt/otrs/Kernel/System/PostMaster/Filter/RejectDoubledContent.pm line 54, near "UserID"


- POP3S: Can't process mail, mail ...
by ovron
23 Apr 2015, 15:35
Forum: Help
Topic: OTRS 4 ignore duplicated mails
Replies: 4
Views: 2306

OTRS 4 ignore duplicated mails

Hello

We successfully upgraded otrs from 3.3 to 4.0.7.
On the version 3.3 we had a PostMaster Filter called RejectDoubledConent.pm which ignores mails if a ticket already exists with the same subject and body. But now this filter don't work on the version 4.0.7.

Filter on version 3.3 ...