In creation screen I need to show or hide a customfield depending on the value selected by user in a cascading select list.
I've included this script but it doesn't works:
if(getActionName() == "Create" && getFieldByName("Área/Subárea").getValue()=="Proyectos,Proyectos menores"){
getFieldByName("Es menor").setHidden(true);
}
if(getActionName() == "Create" && getFieldByName("Área/Subárea").getValue()!="Proyectos,Proyectos menores"){
getFieldByName("Es menor").setHidden(false);
}
What am I doing wrong?
Thanks in advance
JIRA Agile needs to have the same number of users as JIRA. Agile is an add-on for JIRA. Stash can have separate number of users.
Sounds like 100 users for JIRA, JIRA Agile and 25 for Stash.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.