Skip to main content


I use the following code in my custom app to change the custom field value of a ticket


client.interface.trigger("setValue", {id: "cf_mamps_current", value: "true"});
but when I reload page all changes are gone.

Could you help me with saving changes of the field value?