Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Scenario

JEMH will filter out internal comments for certain usersFilter out certain comment templates to from generating internal comment notifications.

Generic Script

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

...