I have this on the onLoad event, but yet it’s not working. I’m sure it’s because I’m new Can anyone give me a hand?
switch({status}){
case “Bug”:
sc_field_style({status}, “#CC4247”);
break;
case "Feature Request":
sc_field_style({status}, "#E4F4FA");
break;
case "Closed":
sc_field_style({status}, "#F4DADA");
break;
}