Search found 5 matches

by nagabhus
25 Dec 2013, 10:43
Forum: Developers
Topic: OTRS change request logging from command line
Replies: 1
Views: 1800

OTRS change request logging from command line

Hi, I have written a perl script to log otrs change requests through command line. The script reads a file on local disk which has the description details and uses the same data to update the description field on the change ticket. However, I'm facing an issue with this. Looks like, only the first l...
by nagabhus
23 Dec 2013, 09:11
Forum: Developers
Topic: Automate logging of OTRS change requests from command line
Replies: 4
Views: 2480

Re: Automate logging of OTRS change requests from command li

Thanks much. That solved it all :)
[SOLVED]
by nagabhus
22 Dec 2013, 21:18
Forum: Developers
Topic: Automate logging of OTRS change requests from command line
Replies: 4
Views: 2480

Re: Automate logging of OTRS change requests from command li

Thanks much for your inputs. >> By what method are you monitoring the logging of OTRS tickets from the command line? (ie, AddHistory?) I don't intend to monitor the logging of OTRS tickets from command line. This monitoring is not required in my environment. I happened to write a small perl script p...
by nagabhus
22 Dec 2013, 21:11
Forum: Developers
Topic: issue with postmaster filter
Replies: 2
Views: 2167

Re: issue with postmaster filter

Hi,

I'm facing the same issue with my script. Was this resolved? If so, could you please share your thoughts?

Many Thanks
by nagabhus
20 Dec 2013, 09:20
Forum: Developers
Topic: Automate logging of OTRS change requests from command line
Replies: 4
Views: 2480

Automate logging of OTRS change requests from command line

Hi, I'm working on automating logging of OTRS "change" request from command line through a script. I see the current ticket API exposed by OTRS can handle logging of OTRS tickets from command line. However my goal is to achieve the same with otrs ITSM feature to log "change" tick...