Versions Compared

Key

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

...

  1. Create a private comment in an issue.  Note that project must have an issue notification mapping associated (Notifications->Notification Mappings->Issue)

  2. Create a Preview Context from the Web-Hook event JIRA generates



    The comment on the event is internal as it includes something like:

    Code Block
                "body": "This comment can only be seen by admins",
                "jsdPublic": false,
                "created": "2023-04-06T16:48:49.812+0100",
                "updated": "2023-04-06T16:48:49.812+0100"
  3. Go to Notifications > Preview.  Select the used Issue Updated Template and the preview context you've just created

    Image RemovedImage Added
  4. Leave Recipient blank to test how the email looks like if it is sent to an email only user. Hit Preview.

  5. The error identifies that the comment has been excluded and that the generated email is empty so the notification wouldn't be sent.  The Email is empty as the event contains one comment that email-only users are not allowed to read.  If you repeat the test changing the recipient to an administrator, Email content should be displayed:

...

Filter by label (Content by label)
showLabelsfalse
max5
spacesJEMHC
showSpacefalse
sortmodified
showSpacetypefalsepage
reversetrue
typelabelspagejemhc template
cqllabel in ( "jemhc" , "template" ) and type = "page" and space = "JEMHC"labelsjemhc template
Page Properties
hiddentrue

Related issues