Search found 13 matches

by StCyr
15 Apr 2016, 14:25
Forum: General
Topic: [SOVED] Automatic process ticket creation?
Replies: 4
Views: 4823

Re: Automatic process ticket creation?

yep, works

Thanks
by StCyr
15 Apr 2016, 09:51
Forum: General
Topic: [SOVED] Automatic process ticket creation?
Replies: 4
Views: 4823

Re: Automatic process ticket creation?

Hi Rolf, Thanks for the reply. I couldn't find the thread about recurring tickets, but, anyway: Do I understand it correctly that in order to create a process ticket all what's needed (compared to a regular ticket) is to assign correct value to the ProcessManagementProcessID and ProcessManagementAct...
by StCyr
13 Apr 2016, 12:05
Forum: General
Topic: [SOVED] Automatic process ticket creation?
Replies: 4
Views: 4823

[SOVED] Automatic process ticket creation?

Hello all,

Is it possible to automaticaly create process tickets?

For example, by using Postmaster filters, or via the GenericInterface?

Another solution would be to be able to change a regular ticket into a process ticket. Is it possible at all?

Best regards,

Cyrille
by StCyr
14 Jan 2016, 13:51
Forum: General
Topic: OTRS 3.3 not supported anymore
Replies: 0
Views: 912

OTRS 3.3 not supported anymore

Hi all,

If you are a paying customer of OTRS' support services and using OTRS 3.3, please note that it is not supported anymore as of today.

see https://www.otrs.com/release-notes-otrs-5/

Hope nobody of you is concerned.

Best regards,

Cyrille
by StCyr
03 Dec 2015, 10:43
Forum: General
Topic: [SOLVED (uglily)] Consuming OTRS web services with python ZSI
Replies: 3
Views: 2892

[SOLVED (uglily) Re: Consuming OTRS web services with python ZSI

So, I've solved my issue and I'm posting here the solution should someone else be willing to consume OTRS web services with python's ZSI framework. Though I believe the issue originates from OTRS' implementation of Dynamic Fields in their SOAP web services, I've hacked the resulting python's code, b...
by StCyr
01 Dec 2015, 10:14
Forum: Developers
Topic: Web Services and Customer Information
Replies: 3
Views: 2908

Re: Web Services and Customer Information

Hi Philipp,

Maybe in latest OTRS versions: I've read something about that in recent release notes.

Otherwise you can still develop a new soap method; It's not that difficult :-)

Cheers,

Cyrille
by StCyr
01 Dec 2015, 10:11
Forum: General
Topic: [SOLVED (uglily)] Consuming OTRS web services with python ZSI
Replies: 3
Views: 2892

Re: Consuming OTRS web services with python ZSI

Hi crythias, thanks for your answer. I've updated my profile: We are using OTRS 4.x (and OTRS3.3.9+ITSM on another instance) here. The thing is that my python code is automatically generated from OTRS' wsdl file. So, either there's a problem in python-zsi's wsdl2py program, or there's a problem in O...
by StCyr
27 Nov 2015, 17:13
Forum: Developers
Topic: OTRS web services and dynamic fields
Replies: 0
Views: 2446

OTRS web services and dynamic fields

Hi all, I would like to raise my concerns about how dynamic fields are currently implemented in OTRS web services. I think returning dynamic fields value in the form "'DynamicField_XXX' => 'value'" is broken and won't ever be depictable with a valid wsdl file. Though, I'm not a WSDL expert...
by StCyr
27 Nov 2015, 16:38
Forum: General
Topic: [SOLVED (uglily)] Consuming OTRS web services with python ZSI
Replies: 3
Views: 2892

[SOLVED (uglily)] Consuming OTRS web services with python ZSI

Hi, I'm trying to consume OTRS web services with python ZSI. ZSI has a nice tool to autiomatically generate a SOAP client from a wsdl file. So, a simple "wsdl2py --complexType GenericTicketConnectorSOAP.wsdl" generates a nice GenericTicketConnectorSOAP_client class that's pretty straightfo...
by StCyr
12 Dec 2014, 15:18
Forum: Help
Topic: Cannot read property init of undefined
Replies: 3
Views: 2549

Re: Cannot read property init of undefined

Hi,

Just a "happens to me to" post.

sorry I can't help atm

Cyrille
by StCyr
04 Mar 2014, 11:22
Forum: Developers
Topic: Best practices for AddOn installation
Replies: 4
Views: 3412

Re: Best practices for AddOn installation

Hi Renee, Thanks for your answer. When I say "on the fly", I don't mean modifying file "in place", but rather make a copy of the file in the "Custom" directory, and modify it there (taking into account that an existing custom file might already exist). The issue with pr...
by StCyr
28 Feb 2014, 12:30
Forum: Developers
Topic: Best practices for AddOn installation
Replies: 4
Views: 3412

Re: Best practices for AddOn installation

In the end, the question is: What do you do when your addon needs to modify an existing file? Do you embed a modified copy of the file in your package? Or, do you modify it on-the-fy?... Or, do you do something else? Additional question: Do any of you have examples of addon modifying OTRS files? I'v...
by StCyr
25 Feb 2014, 16:51
Forum: Developers
Topic: Best practices for AddOn installation
Replies: 4
Views: 3412

Best practices for AddOn installation

Hi, I've created an AddOn that needs to modify files of an ITSM extension (ITSMConfigurationManagement) to function. For now, I'm just embedding a customized version of these files in my package, but this is not very flexible and won't easily survive an upgrade of the ITSM extension. I've googled wi...