Configure GenericAgent to set Watcher/Responsible

I need to automatically set the Responsible for specific tickets, and set some agents as Watchers as well. I enabled Responsible and Ticket Watcher features, and I'm trying to configure the Generic Agent, but don't know where to look for. I mean: I know how to enable and configure Generic Agent, either in the Admin Area or configuring the GenericAgent.pm file, but I ignore the specific parameters related to Ticket Watcher and Responsible Can somebody help? -- Gabriele D'Andrea Tel. +39 085 9431161 . Fax +39 085 9431162 . gabriele.dandrea@ecohmedia.com . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ECOH MEDIA S.r.l. Via Milano 32, 21019 Somma Lombardo (VA) . Via F. Fellini 2, 65010 Spoltore (PE) . Italy . www.ecohmedia.com . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Le informazioni contenute in questo messaggio di posta elettronica sono riservate e confidenziali e ne è vietata la diffusione in qualunque modo eseguita. Qualora Lei non fosse la persona a cui il presente messaggio è destinato, La invitiamo ad eliminarlo e a non leggerlo, dandocene gentilmente comunicazione. The information contained in this e-mail and any attachments are confidential and may also privileged. If you are not the named recipient, please notify the sender immediately and do not disclose

Hi, I'm trying to generate a PDF file for each Ticket that are in state "closed" Is There any way to use http://myotrs.com/otrs/index.pl? Action=AgentTicketPrint&TicketID=[ID_NUMBER] to get and store the PDF file without using webinterface ? Thanks, Damien BASTIE

Hi,
I'm trying to generate a PDF file for each Ticket that are in state "closed"
Is There any way to use http://myotrs.com/otrs/index.pl? Action=AgentTicketPrint&TicketID=[ID_NUMBER] to get and store the PDF file without using webinterface ?
For information i've found an ugly solution by using "curl" curl -L -d "Lang=fr&User=$agentuser&Password=agentpassword&Action=Login" "https://myotrs.com/otrs/index.pl? Action=AgentTicketPrint&TicketID=$ticketid" -o $ticketnumber.pdf Damien BASTIE
participants (2)
-
Damien BASTIE
-
Gabriele D'Andrea