cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

How to Enable notification trigger for Change Package Review Process?

sagarwal-4
7-Bedrock

How to Enable notification trigger for Change Package Review Process?

How to enable email notification when user submit change package.

All the reviewers should recive a mail to complete the review process by Accepting/Rejecting that chnage package.

1 REPLY 1
uminet
12-Amethyst
(To:sagarwal-4)

Hello,

 

did you had a look at Integrity help?

It seems to be quite well documented:

 

Change Package Review E-mail Notification
By default, e-mail notifications are sent to the change package creator, reviewers, and watchers when specific events occur in the review process. Integrity uses a server-side event trigger to provide e-mail notifications.
If you are using e-mail notification for change package reviews, ensure that triggers are enabled in the si.properties file.
If you are using LDAP, e-mail addresses are obtained from the realm. Otherwise, e-mail addresses take the following form (the domain must first be specified in the env.properties file):
<userID>@domain
For e-mail notifications, you can change the following:
  • who receives e-mail (the reviewer, creator, or watcher)
  • when users receive e-mail (what events trigger the script)
  • subject and body content of the e-mail (what information the e-mail contains)
You can modify the trigger events that cause an e-mail notification by editing the following file:
installdir/data/triggers/events/global.events
You can modify the trigger script by editing the following file:
installdir/data/triggers/scripts/samples/changePackageNotification.js
Top Tags