[otrs] In customer login want queues as trees rather than drop down list

2014-07-16 Thread Darshak Modi(darshak.modi)
Hello List, As we have number of queues, how can we configure it as tree rather then dropdown list? Thanks Darshak - OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubsc

[otrs] Huge data to encode in JSON cuase Apache 500

2014-07-16 Thread Marwan Rabbâa
Hi all, I've setup an OTRS (version 3.1.21) on a 3GB / 2 CPU virtual machine. I have made a CGI to return a ticket list into JSON. For this, I use the method TicketSearch. There, I have a hge hash to output as JSON. use JSON; print "application/json"; print JSON->new->e

Re: [otrs] In customer login want queues as trees rather than drop down list

2014-07-16 Thread Gerald Young
Maybe you're using queues incorrectly if you have so many of them. Queues should be an agent or groups of agents who can handle a specific type of request. At most, you should have as many queues as you have agents, but in practical terms, your customers shouldn't have that much choice. When you c

Re: [otrs] Huge data to encode in JSON cuase Apache 500

2014-07-16 Thread Gerald Young
ddt... or more explanation of why you need to get all your tickets via JSON might be helpful. On Wed, Jul 16, 2014 at 6:38 AM, Marwan Rabbâa wrote: > Hi all, > > I've setup an OTRS (version 3.1.21) on a 3GB / 2 CPU virtual machine. > > I have made a CGI to return a ticket list into JSON. > > Fo

Re: [otrs] Huge data to encode in JSON cuase Apache 500

2014-07-16 Thread Marwan Rabbâa
Hi, In fact, I have made this CGI cause I need to parse / search (via a cron) on tickets made since Regards, 2014-07-16 13:48 GMT+02:00 Gerald Young : > ddt... or more explanation of why you need to get all your tickets via > JSON might be helpful. > > > On Wed, Jul 16, 2014 at 6:38 AM, M

Re: [otrs] Huge data to encode in JSON cuase Apache 500

2014-07-16 Thread Gerald Young
How can one reproduce your experience? On Wed, Jul 16, 2014 at 8:03 AM, Marwan Rabbâa wrote: > Hi, > > In fact, I have made this CGI cause I need to parse / search (via a cron) > on tickets made since > > Regards, > > > 2014-07-16 13:48 GMT+02:00 Gerald Young : > > ddt... or more explanati

Re: [otrs] Huge data to encode in JSON cuase Apache 500

2014-07-16 Thread Marwan Rabbâa
@crythias: Thanks to help me solving this pb ^^ What I want to do is encode a large number of tickets obtained throught the search lib. I made the search with personalized params : $TicketObject->TicketSearch( 'StateType' => ['open', 'new', 'closed'], 'Result'

Re: [otrs] In customer login want queues as trees rather than drop down list

2014-07-16 Thread Darshak Modi(darshak.modi)
Hi Crythias, Your inputs are always valuable. We have different org/depts and hence the queue numbers are higher. Tree view to customers will give better feel. Is there a way in OTRS or how can this be implemented ?

Re: [otrs] Huge data to encode in JSON cuase Apache 500

2014-07-16 Thread Marwan Rabbâa
+ a TicketGet for each ticket, of course I can do a SOAP call for ticket search, but my original problem was to avoid HTTP request (TicketGet SOAP) foreach tickets found 2014-07-16 14:21 GMT+02:00 Marwan Rabbâa : > @crythias: Thanks to help me solving this pb ^^ > > What I want to do is encode

Re: [otrs] Generic Interface with Python

2014-07-16 Thread Kristofer Pettijohn
I wasn't attached to SOAPpy for any reason other than that was the example I found for connecting to OTRS from Python before the GenericInterface came along. Would you be able to post a short snippet of how you are connecting to GI from suds-jurko? I am receiving this error: suds.transport.

Re: [otrs] In customer login want queues as trees rather than drop down list

2014-07-16 Thread Nils Leideck (LX)
Just migrate to the latest version, there you will have a tree view icon next to the drop down. -- Nils Leideck > On 16.07.2014, at 14:34, "Darshak Modi(darshak.modi)" > wrote: > > Tree view to customers will give better feel. > > Is there a way in OTRS or how can this be implemented ?

Re: [otrs] Generic Interface with Python

2014-07-16 Thread Christoph Zwerschke
Am 16.07.2014 17:49, schrieb Kristofer Pettijohn: Did you have to hand craft a wsdl? No, luckily someone did this already for me ;-) https://code.google.com/p/otrs-git/source/browse/development/webservices/GenericTicketConnector.wsdl I changed the hostname in the WSDL file and saved it as con

Re: [otrs] Generic Interface with Python

2014-07-16 Thread Kristofer Pettijohn
That worked perfect! Thank you! I agree that OTRS should deliver the WSDL; maybe some day. Thanks again for your help, I am happy to have this working now. - Original Message - From: "Christoph Zwerschke" To: "User questions and discussions about OTRS." Sent: Wednesday, July 16,