Update Child Incidents Business Rule not runningIssue Update Child Incidents Business Rule not running - When Parent incident is resolved, child incident is not getting resolved.CauseCustomer is using incident_state field on incident form rather than using state field. The business rule gets skipped.ResolutionUpdate Child Incident business rule has "current.state.changesTo(IncidentState.RESOLVED)" in condition field.incidentState is the script include which refers the value from IncidentStateSNC script include.This works on state field in the incident form.