Skip to content

Fix how OTRS.Client.update_ticket sends dynamic_fields to PyOTRS

Administrator requested to merge fix-update-ticket-df-MM into master

The df array was sent as a non key-value parameter. Since Client.ticket_update from PyOTRS has the "attachment" parameter between article and dynamic_fields, our df array was wrongly sent as an attachment. Update CHANGELOG

Pseudo (with curl) end-to-end test with TicketID=8061: Ticket in Activació programada: Selection_054 Error comment in article while processing the ticket: Selection_058 Ticket in Error petició: Selection_055 Success comment in article while processing the ticket: Selection_056 Ticket in Introduït a la plataforma: Selection_057

Edited by Administrator

Merge request reports