Versions Compared

Key

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

...

Like Email Notification Mappings, the SMS notification mapping is in charge of sending SMS messages from Issue events through the SMS Transport. For more info about SMS notification mappings see: https://thepluginpeople.atlassian.net/wiki/spaces/JEMHC/pages/edit-v2/3769040940?draftShareId=cd6fb05c-4fff-4ed9-b8c4-213e80a2a38a&inEditorTemplatesPanel=auto_closed#Example-Velocity-Scripts

Creating an SMS Notification Mapping:

  1. Go to JEMH Cloud > Notifications > SMS > Create

  2. Complete the form, select the nominated projects, select the SMS transport you want to use and the phone numbers (CSV) that will receive SMS message. Enter a velocity script if you want to modify the notification behaviour at runtime (more below).

    Image RemovedImage Added
  3. On Submit, you should see the new SMS mapping

  4. To test the mapping, create an issue in the nominated project and go to Auditing → Events

  5. You should see the issue created event in the queue. When event has been processed, the configured phone numbers in the mapping should have received an SMS message.

  6. The report of the event should confirm the message sent 

    Image RemovedImage Added
  7. In Auditing → Outbound Messages, the table should show the SMS messages sent and the cog icon should show their contents.

    Image RemovedImage Added

Send SMS Notifications from Post Functions

...