TicketGet with Dynamic fields is not working. The fields are returned by OTRS (i checked the web service debugger and it shows them in the output), but instead of the dynamic fields being available as child objects (like articles), dynamic fields are not added to the python object. I think there needs to be a:
in both class Ticket and class Article because both tickets and articles can have dynamic fields. I don't know the code well enough to know if a child map is also needed.
TicketGet with Dynamic fields is not working. The fields are returned by OTRS (i checked the web service debugger and it shows them in the output), but instead of the dynamic fields being available as child objects (like articles), dynamic fields are not added to the python object. I think there needs to be a:
in both class Ticket and class Article because both tickets and articles can have dynamic fields. I don't know the code well enough to know if a child map is also needed.