Skip to main content

Custom field value change

  • July 11, 2019
  • 0 replies
  • 66 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 replies.