I would like to change the values of a few custom fields of some work items from a Javascript (or Velocity), but I've not managed to find a solution yet. I can read the custom fields via the $wi.fields.get("MyCustomField").get()
method but I don't know if it's possible to change their values?
Thanks
kpiGet: $kpiGet
##wi.getTitle: $wi.getTitle()
wiClass: $wi.class.name ` – Julien Llanes Dec 19 '22 at 08:59