...
In SimpleOne, this process is implemented as "notifications" sent by email. For now, there are four types of notifications:
Notification "Change request created"
This type of notification is sent when creating a new change request.
Notification "Change authorization required"
This type of notification is sent when the change request state is set to Authorization. In this state, the change request is awaiting authorization.
Notification "Change request scheduled"
This type of notification is sent when the change request state is set to Scheduled. In this state, the change request is fully authorized and scheduled. It has a planned start date and planned end date.
Notification "Change request completed"
This type of notification is sent when the state is changed to Completed. The change is implemented, and the works are over.
Notification "Change approval requested"
This notification is an authorization ticket. It is sent when authorization is required.
Notification "Comment added"
This type of notification is sent when the assigned person or end-user added any comment to the Additional Comments field.
All notifications are sent out to the email that is a contact for a person specified in the Caller field.
Note |
---|
Role required: admin. |
You can create new notifications, or modify existing ones. To create a new notification, please complete the following steps:
- Navigate to the System Notification → Notification;
- Click New and fill in the form;
- Click Save.
...
Notifications delivered "out-of-the-box" are described below:
Notification | Description | Target Auditory |
---|---|---|
Change Request is created | This notification is sent after the change request just created and registered. | Caller |
Change Request is scheduled | This notification is sent after the change request state changes to Scheduled. | Change Request is scheduled. |
Change Request is completed | This notification is sent after the change request state changes to Completed. | Change Request is completed. |
Change request state changes | This notification is sent any time the change request state changes. | Change request state changes. |
Tip |
---|
To learn how to create new notification rules or modify existing ones, please refer to the Notifications article |
...
. |