General Question: communication between instances

Moderator: crythias

Locked
did12345
Znuny newbie
Posts: 50
Joined: 04 Dec 2012, 15:24
Znuny Version: 3.2.0

General Question: communication between instances

Post by did12345 »

Does OTRS support communication between multiple OTRS instances? if so how? via web services?
OTRS 4!
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: General Question: communication between instances

Post by reneeb »

Yes, you can use the GenericInterface http://doc.otrs.org/3.1/de/html/generic ... ctors.html
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
did12345
Znuny newbie
Posts: 50
Joined: 04 Dec 2012, 15:24
Znuny Version: 3.2.0

Re: General Question: communication between instances

Post by did12345 »

thanks!

Is the communication provided by the two instances in one sense or is it in both?
with this i mean, when the ticket is transfered to another system and that notes, replies, etc are added; is this ticket updated in the other instance?
OTRS 4!
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: General Question: communication between instances

Post by crythias »

Make sure the two OTRS instances have different System ID to prevent ticket number collision.
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
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: General Question: communication between instances

Post by jojo »

you need to have an outbound connector developed (OTRS only provides an inbound connector out of the box)
"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
Locked