$customHeader
Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 6 Next »

This documentation is a step by step guide on how to modify the approval macro to add additional customisation of the message or modify the existing message.

Steps to take

  1. Make a copy of your JSM Theme via JEMHC Configuration > Notifications > Themes > Create as shown below. More information how to do this here: Create custom Theme and Template Sets.

    A create pop up should appear. Select your Issue Updated and/or Issue Created template sets (dependant on when you approvals occur) and click submit. Example below:

     

  2. Select the Macro tab to view Theme Macros. Hint: If you need further changes to the CSS click the style tab.

     

  3. Then look for jsdMessageContentCreated and jsdMessageContentUpdated macros and modify the approval conditions (usually look for an if condition similar to: #if( $jemhUtils.isJsdApprover() ) to reflect your requirements:

    1. Example - Issue Create (HTML Only).

    2. Example - Issue Commented (HTML Only). You will need to find the aforementioned jsdMessageContentUpdated Macro and update the condition #if( $jemhUtils.isNewApprover()) to reflect your changes:


       

  4. Ensure your outbound notifications configuration page has been setup to handle JSM Approvals as per Approving requests via email.

  5. Update your outbound theme to reflect the theme with your Approval Macro Modifications and Submit changes.

     

  6. Validate that your changes have been made in a test email.

  • No labels