Cannot get approval notification to go to requester. Made the change through the events-rules-actions for "
|
|
Release : 17.1 or higher
Component : CA SERVICE CATALOG
The existing event under -
'Request/Subscription Item Change' > 'When Status is Pending Approval' and action 'Notify Requestor on Pending Approval'
Was looking for a status of 400
However after querying the database:
select * from usm_request where request_id = 105756
The status of this request was 1102
Made a copy of the 'When Status is Pending Approval' event and created a new one for when status is pending business approval, then modified it to look for a status of 1102.
After this the email was sent out properly.