Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

JEMH Cloud's templates filter out comments from notification depending on the recipients. The rules are:

  • If recipient is an email user, restricted (group and role visibility) and JSD private comments are excluded

  • If recipient is a JIRA user, JSD private comments are included

  • If recipient is a JIRA user, restricted comments are excluded according to the comments role or group visibility.

You can change this behavior by creating custom templates. Please checkout this how to page if you don't know how to customize templates.

...

Code Block
## Iterating over all the comments (security warning!)
#foreach( $comment in $context.issue.fields.comment.comments)
  $jemhUtils.wikiToHtml($comment.body.textValue())
  $jemhUtils.setCommentRendered()
#end

 

Filter by label (Content by label)
showLabelsfalse
max5
spacesJEMHC
sortmodified
showSpacefalse

...

reversetrue
typepage
cqllabel

...

in ( "template" , "macro" , "theme" ) and type = "page" and space = "JEMHC"
labelskb-how-to-article
Page Properties
hiddentrue

Related issues