How to cancel open child tasks when change request is closing
Hi Team, How to cancel open child tasks when change request is closing I have written After Update Business rule, Condition: current.state == 3 && current.state.changes() Script:(function executeRule(current, previous /*null when async*/) { // Ad...