Script to send notifications to project owner when (Project is edited, task is added, Milestone is added)

Script to send notifications to project owner when (Project is edited, task is added, Milestone is added)

Last tested in Build: 10602

1. Send mail project owner

Please follow the below steps. 

1.. Go to Admin --> Project Custom Functions --> Custom Actions --> Paste the content from the attachment (1. Project_sendmail.txt) and save it with a name.

2. Modify the FROM in the script. Refer to the attached screenshot. 

3. Configure project custom trigger as in the attached screenshot.

-----------------------------------------------------------------------------------------------

2. Send mail task 

Please follow the below steps. given below,

1.Goto Admin > Task Custom Functions > Global function > New > Paste the content from the attachment  configuration.txt and save it with a name.

2.Update the URL and technician key in the script. You can get the technician key under profile in the top right corner. Refer to the attached screenshot.
Refer to the below link.


3.Go to Admin --> Task Custom Functions --> Custom Actions --> Paste the content from the attachment (3. send mail task.txt) and save it with a name.

4. Modify the global function name and the FROM address in the script. Refer to the attached screenshot. 

5. Configure Task custom trigger as in the attached screenshot.

-----------------------------------------------------------------------------------------------
3. Send mail project owner milestone

Please follow the below steps. 

1.. Go to Admin --> Project Custom Functions --> Custom Actions --> Paste the content from the attachment (1. Project_sendmail.txt) and save it with a name.

2. Modify the FROM address in the script. Refer to the attached screenshot. 

5. Configure Project custom trigger as in the attached screenshot.

                  New to ADSelfService Plus?

                    • Related Articles

                    • Script to send notifications to project owner and other users regarding the project closure.

                      Tested in Latest Build: 14306 Use case: While closing a project in addition to the project owner other users who are not involved in the project can be notified using the below attached Script. Please follow the below steps to achieve the above: 1. ...
                    • Project,Milestone and Tasks.

                      DB Compatability: PgSQL and MSSQL SELECT projectdet .PROJECTID "Project Id",        projectdet.TITLE "Project Title",        projectstatus.STATUSNAME "Project Status",        projectowner.FIRST_NAME "Project Owner",       ...
                    • How to send custom email notifications for a request_NOT IN USE

                      This sample python script is used for sending custom notifications from ServiceDesk Plus MSP when a criteria is met.  You all know that ServiceDesk Plus MSP has notification rules and customisable templates to notify requesters, technicians, and ...
                    • Notify task owner when a task is deleted using Deluge

                      Requirement: Send Email notification to task owner when a task is deleted from a request. Steps to follow: Go to Admin > Developer Space > Task Custom Functions. Create a new function. Refer to the attached script. (NotifyTaskOwner.txt.) Update the ...
                    • Script to send notification to users on upcoming contracts

                      Please follow the below link to setup python on the server https://pitstop.manageengine.com/portal/en/kb/articles/how-to-setup-python-on-the-server-11-11-2019 Steps to configure 1.  Extract the attached zip file in <Home>/integration/custom_scripts ...