Updating Ticket Using Generic Interface

Moderator: crythias

Locked
samwaithaka
Znuny newbie
Posts: 20
Joined: 15 Apr 2016, 08:14
Znuny Version: OTRS 5
Real Name: Samuel Waithaka
Company: ABC Bank
Contact:

Updating Ticket Using Generic Interface

Post by samwaithaka »

I'm new to OTRS, and I would like to update ticket, say changing queue, person responsible or even dynamic fields, via generic interface. Where to I begin? Should I create Perl scripts, and then call them using commands during events, or which is the ideal approach?
Samuel Waithaka
patzig
Znuny newbie
Posts: 71
Joined: 08 Mar 2016, 12:45
Znuny Version: 5.0.10
Real Name: Patrick

Re: Updating Ticket Using Generic Interface

Post by patzig »

hey, u can use GenericAgents for that.
Live-System: OTRS 5.0.10, CentOS 7
Testsystem: OTRS 5.0.9, CentOS 6.6
samwaithaka
Znuny newbie
Posts: 20
Joined: 15 Apr 2016, 08:14
Znuny Version: OTRS 5
Real Name: Samuel Waithaka
Company: ABC Bank
Contact:

Re: Updating Ticket Using Generic Interface

Post by samwaithaka »

I think generic agent might be quite limited on this one. Here's a scenario: I pick the name of queue, person responsible from database, and use the values to update ticket - this is for process management. Thus why I want to go this route, as per the guide below.

https://otrs.github.io/doc/api/otrs/6.0 ... te.pm.html

The question is, how does OTRS interface with this API?
Samuel Waithaka
Locked