Skip to content

Ticket details reset after the ticket is closed #1167

@RiccardoAncarani

Description

@RiccardoAncarani

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:
Image

When I close it:
Image

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:

Image

vs a normal patch:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions