Added by Andrii Shovkovyi almost 4 years ago
I use custom fields in redmine and would like that when changing the value of one of the fields, the second changes the property from optional to required I tried using the formula
if (cfs [100] == "Test")
cfs [90].is_required = 1
end
but unfortunately this formula is not working