Results 1 to 3 of 3

Thread: ZuckerSync4OTRS - OTRS Helpdesk Integration

  1. #1
    ftreml's Avatar
    ftreml is offline Sugar Community Member
    Join Date
    May 2005
    Location
    Vienna, Austria
    Posts
    399

    Default ZuckerSync4OTRS - OTRS Helpdesk Integration

    Dear Sugar Community,
    I just uploaded a first alpha package of the OTRS Helpdesk Integration extension for Sugar - http://www.sugarforge.org/projects/zuckersync4otrs/
    In this first version it is possible to synchronize your OTRS trouble tickets into Sugar cases.
    Enjoy.
    Florian

  2. #2
    canuckistani is offline Junior Member
    Join Date
    Dec 2008
    Posts
    1

    Default Re: ZuckerSync4OTRS - OTRS Helpdesk Integration

    Hi,

    I have this app sort-of half working, with some modifications and a lot of swearing. I am using SugarCrm pro 5.1 and OTRS 2.3, and first off had to do a couple of things to get things working:

    1. I identified tickets in OTRS related to Sugar Acounts by comparing the domain name in the customer_id field in the ticket table to the email1 field in the accounts table. I replaced the customer_id in OTRS with the sugar account guid as need be.

    2.I adjusted the sql query in otrs.php to fit some changes in OTRS 2.3:

    Code:
    select 
    t.id as ticket_id,
    t.tn as ticket_tn,
    t.title as ticket_title,
    t.customer_id as ticket_customer_id,
    a.a_subject as ticket_subject,
    a.a_body as ticket_body,
    tp.name as ticket_priority,
    ts.name as ticket_status
    from ticket t
    inner join ticket_history th on t.id = th.ticket_id and th.history_type_id = 1
    left outer join article a on a.id = th.article_id
    inner join ticket_priority tp on t.ticket_priority_id = tp.id
    inner join ticket_state ts on t.ticket_state_id = ts.id
    order by t.tn
    This does run and create cases in Sugar based on OTRS tickes, but these new cases are missing various fields such as the ticket subject, etc.

    Is this a known issue? Have you done any additional work on this mod? I would like to get this going, and would be happy to copy back any changes I make in order to do so, provided the code continues to be open source.

    thanks, Jeff

  3. #3
    jonathan.a is offline Senior Member
    Join Date
    May 2009
    Posts
    34

    Default Re: ZuckerSync4OTRS - OTRS Helpdesk Integration

    Hi, news about this module ?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. OTRS Helpdesk Integration
    By ftreml in forum General Discussion
    Replies: 22
    Last Post: 2012-04-20, 10:55 AM
  2. Please quote: OTRS integration
    By WillS in forum Classifieds
    Replies: 2
    Last Post: 2008-04-10, 08:08 PM
  3. Cases / Helpdesk plugin
    By Buckie in forum General Discussion
    Replies: 1
    Last Post: 2008-04-08, 01:41 PM
  4. Jitterbit Open Source Integration for SugarCRM
    By IlanSehayek in forum General Discussion
    Replies: 11
    Last Post: 2006-08-06, 07:57 PM
  5. Lotus Notes and Novell GroupWise Integration
    By glehner in forum Feature Requests
    Replies: 0
    Last Post: 2006-04-28, 09:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •