During notification, JEMHCloud renders templates differently depending on the recipient users, for example due to security. Private/restricted comments should only be sent to users that are allowed to see it, so if the recipient is an email only user, a restricted comment shouldn't rendered/sent. Similarly, if the recipient is a JIRA user without the required role or doesn't belong to the required group. Notifications are sent or not according to the information displayed. Some emails could be empty if no comment (e.g restricted) or change is displayed. In this case, the notification is not sent.
This guide will show you how to verify the content of an email depending on the issue's event and the recipient.
Add the steps involved:
{ "self": "https://dev-thepluginpeople.atlassian.net/rest/api/2/issue/13307/comment/12312", "id": "12312", "author": {...}, "body": "This a comment only Admins can see", "updateAuthor": {...}, "created": "2015-04-09T15:50:41.600+0100", "updated": "2015-04-09T15:50:41.600+0100", "visibility": { "type": "role", "value": "Administrators" } }
This same strategy (create/update/comment issue, create preview context and preview templates) can be used to troubleshooting multiple email notification problems. |
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.
|