Custom field value change

  • 11 July 2019
  • 0 replies
  • 32 views


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?



This topic has been closed for comments