Project Task not closing when linked Change is closedIssue The Project Task fails to move to Closed State with a NullPointerException error when its linked Change gets closed.CauseChanges made to Script Include PlannedTaskUtilsV2 with "startSuccessors" method (line 70) calling "getLeafNodesForStateChange".ResolutionThe "startSuccessors" method throws NullPointerException error which interrupts the flow, requiring to add a try-catch block to resolve the issue.