I'm using SIL and I have to clear the field A (customfield_20901) when the customfield B (customfielc_20900) is changed. Thus, I've an script with:
#{Técnico Asignado Servicio}=""; // A Single Text customfield (customfield_20901)
This script is launched by:
lfWatch("customfield_20900", {"customfield_20900"}, "/datos_apl/jira/silprograms/proyectos_soporte/busqueda_tecnicosoporte/limpia_tecnicosoporte.sil");
After that, I can see the field in the view screen (it means that the customfield has value, perhaps a blank). How can I become null this field? I've tried with:
#{Técnico Asignado Servicio}=null;
But an error appears when I check the sintax,
This should work:
lfSet("customfield_20901", "");
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How can we set groups in MULTIPLE GROUP PICKERS based on the value selected in "Multi Select" fields?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.