Updating Ticket Using Generic Interface
Moderator: crythias
-
- 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
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
Re: Updating Ticket Using Generic Interface
hey, u can use GenericAgents for that.
Live-System: OTRS 5.0.10, CentOS 7
Testsystem: OTRS 5.0.9, CentOS 6.6
Testsystem: OTRS 5.0.9, CentOS 6.6
-
- 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
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?
https://otrs.github.io/doc/api/otrs/6.0 ... te.pm.html
The question is, how does OTRS interface with this API?
Samuel Waithaka