Hi,
we are integrating lansweeper in an internal workflow and we bumped into the following bug.
Editing ticket with API description doesn’t update the description and remove notes instead of conserving note and updating subject
- Reproduction: 100%
- How To:
- There is no wait between the ticket creation and the note creation
- Create a ticket by using API
- Automatically catch the tiketID from the api’s answer and create a note
- Observe the ticket has been well created with its related note
- Update the ticket description with editTicket endpoint
- Observe the answer from the api return Success: True, but the ticket description is not updated
- Observed:

On the screenshot, we can see the edit ticket parameter is sent, but the answer does not update the description field as expected

When we check the ticket in the UI we can see a change in the history:

But the description stays unchanged. 😕
Is it an expected behaviour or a bug?
Does anyone know a workaround for this?
Many thanks.
Jose