Inhibit Internal Comments

Scenario

Filter out certain comment templates to from generating internal comment notifications.

Generic Script

#if ($comment && !$jemhUtils.isPrivateJSDComment($comment.getAuthorApplicationUser(),$comment)) $jemhUtils.setInhibitSending(true) $jemhUtils.setInhibitSendingReason("Reporter is inhibited from receiving notification") #end