Hi,
I implemented a custom type for my tickets with three enums within them. When I have an open ticket, I can modify one or more of these fields without any issue. However, if I close the ticket, those details get somehow lost. Is this intended functionality?
When the ticket is open:

When I close it:

If I reopen it again, the data is still absent.
Looking at the network requests, it seems that the PATCH request when I update a ticket normally works fine. But then I close the ticket, the PATCH response returns and empty state dict:
vs a normal patch:
