You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Custom Notification for Help Desk Notification based on queue name and SR status

Summary:

Has anyone been able to create a Help Desk notification that is dependent on Queue Name and SR Status? We are trying to use groovy script for a notification that relies on whether the SR status is marked as 'Resolved' and is based on the Queue Name assigned to the ticket.
The script that we created originally is working, however, we need to add a condition that includes the Queue Name:
println("Start of script")
if(isAttributeChanged('StatusCd')&& StatusCd=='ORA_SVC_HRHD_RESOLVED'&&('CategoryId')&&CategoryName!='XYZ')
{
println("Email to be sent")
return true;
}
Here is one that I tried creating, but it is not working:

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!