/build/static/layout/Breadcrumb_cap_w.png

Alerting when tickets are not assigned

When tickets are created by users and not assigned for long time say 40-60  mins, help-desk admin/group
     should receive an email that tickets are not assigned 


0 Comments   [ + ] Show comments

Answers (1)

Posted by: Soloman007 7 years ago
Orange Senior Belt
0
You can use a Custom Ticket Rule to do this. Just use the wizard and add your logic, for example:
This will create your select statement:
If Ticket Owner is Null and Status = New (this will seek those tickets)
Then simply use the built in tool to customize your email.
Add this to the beginning of your select SQL statement:
select "name1@domain.com,name2@domain.com" as ADMINS (this creates the group that you'll add as the receipients in the email section)  Just add ADMINS to "Column containing email address:" and it will send to those addresses you added to the select statement.
You will also have to add a time INTERVAL using the created date such as:
WHERE T.CREATED < SUBDATE(NOW(), INTERVAL 35 MINUTE)
then set the ticket rule to run every 15 min. This should get you to the 40-60 min time frame on the first email, and another email every 15 min, there after until it's assigned.
Hope this helps!

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ