External Ticket Number Recognition not working

Moderator: crythias

Post Reply
stanley783783
Znuny newbie
Posts: 1
Joined: 26 Jul 2019, 14:23
Znuny Version: 4.0.16

External Ticket Number Recognition not working

Post by stanley783783 »

Hi,

i have issue with this module. I am using OTRS 4, that is receiving ticket from other/customer OTRS. So when they open a ticket notification comes creating new ticket with subject "[Ticket#*number*] New Ticket". Then if SLA warning comes, new message "[Ticket#*number*] SLA warning" comes where the *number* is naturally the same but my OTRS creates new ticket. What i want is not to create new but to put in existing one based on *number*.

So i set Dynamic Field where i did no additional setting. Field type: Text, Object type: Ticket. In Core:Postmaster in field
PostMaster::PreFilterModule###000-ExternalTicketNumberRecognition3

DynamicFieldName ExternalNumber
Module Kernel::System::PostMaster::Filter::ExternalTicketNumberRecognition
NumberRegExp Ticket#(\d.*)
SearchInBody 1
SearchInSubject 1
TicketStateTypes new;open

But the thing is OTRS is still creating new tickets instead of putting these based on ticket number to existing one.
I had other fields but deleted them trying to make this work.
Any idea what i am doing wrong or why it is not working as expected? Thanks.
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: External Ticket Number Recognition not working

Post by jojo »

please do an update to the latest version first. Your OTRS version is buggy and unsecure and exploiteable from remote
"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
Post Reply