I have 2 issue types in my project - ADMIN, PTO
I have a cascaded list called CustProject in both issues
I want to set the default value of CustProject based on the issue type (parent=Value1, child = Child1 or Child2)
I have the post function selected as "set a field as a function of other fields"
I am having problems setting the rules. I does not set the CustProject values. Here's what i have
this doesn't work What is the format to set the cascading field. I've tried quotes, etc. I just can't get it to work
({00014} = "ADMIN")(Value1, Child1)
({00014} = "PTO")(Value1, Child2)