Vincent Borghi

Results 3 comments of Vincent Borghi

Same issue is found when calling TicketUpdate(). ...and posibly other places where int(i.text) is applied to the ticket number...

As a workaround, I have modified my python-otrs/otrs/ticket/operations.py as follows (just a quick hack that probably could be even simpler, shown below as a diff). The statement that hurts is:...