Resolved! story should not close if associated defect is open
I have a requirement to prevent story closer if defect is still active.I tried with writing BR but not working.(function executeRule(current, previous /*null when async*/) { // Query the defect table for associated defects var defectGr = new ...
