Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Scenario

JEMH will filter out internal comments for certain users.

Generic Script

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

Useful Related Documentation

  • No labels