Hi,
I add one new issue type in project setting,and I want use that in another project,how can I copy that new issue type to new project?
Hi Ganesh,
if (cfValues['FieldMS']*.value == ["Yes"] && ! cfValues['FieldSS']?.value)
return false
return trueSo the above validator means:
If the FieldMS value IS Yes then if the FieldSS has no value selected then fail. In any other case, for example if FieldMS CONTAINS Yes and Maybe values and the FieldSS has no value selected then pass.
regards, Thanos
Hi Ganesh,
Is FieldMS mandatory for this step? Maybe a check for a null value is in order.
Also, try to use something like !(['Yes'].contains(cfValues['FieldMS'].value))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.