/build/static/layout/Breadcrumb_cap_w.png

create a ticket that has a delay in showing up

Is there an easy way to create "say" a ticket to have a PC cleaned but it doesn't show up until next week?


0 Comments   [ + ] Show comments

Answers (2)

Posted by: RyanTech 3 years ago
Orange Senior Belt
1

If you are well-versed in Linux or at least know enough to be dangerous, you're welcome to use the solution I came up with to meet this very need.  It's a combination of cronjobs, the mail program, and shell scripts.

In linux, do crontab -e to edit and add the following (change the /PathTo to match the actual path to the location) :

0 6 * * 1-5 /PathTo/AutoTicket/DailyTickets.sh >/dev/null 2>&1
0 6 * * 1 /PathTo/AutoTicket/WeeklyTickets.sh >/dev/null 2>&1
0 8 15 * * /PathTo/AutoTicket/MonthlyTickets.sh >/dev/null 2>&1
0 8 15 1,4,7,10 * /PathTo/AutoTicket/QuarterlyTickets.sh >/dev/null 2>&1
Reminder: Make sure you have the mail program installed and configured (you can run whereis mail to see if you have it or use your package editor).  For CentOS/Redhat, the package is called mailx.  For help with getting this set up, Google has a lot of good resources.

In each of these files, create a line for each ticket you would like to create.  For example, I created a DailyTickets.sh file using my favorite linux text editor:

echo "This is what will go into the Comment area of the ticket.  You can use the @ commands to automatically assign and do other things by adding it to the beginning of this echo command." | mail -s 'Subject or Title of the ticket' -r ThisIsTheFromAddress@yourcorp.com YourSupportTicketEMail@yourcorp.com
echo "Second Ticket to show that you just add a new line." | mail -s 'Subject or Title of the Second ticket' -r ThisIsTheFromAddress@yourcorp.com YourSupportTicketEMail@yourcorp.com

Also note that if you do not allow anyone to create tickets (such as you restrict it to users like I do), then be sure to create a user and add that From address to the e-mail so it will generate the ticket under that account (it's also useful when pulling reports).

Once you've saved the file, be sure to chmod +x FileName.sh so it can be ran.

To test it, just run .\FileName.sh and it should send out the e-mails accordingly.

This is something you will be able to use until Quest releases the ability to do this internally inside of KACE.  I'm sure it will be coming at some point because many users have asked for this functionality!
Posted by: Hobbsy 3 years ago
Red Belt
-1

If you mean like a scheduled job?

https://www.itninja.com/blog/view/manage-scheduled-ticket-logging-with-kace-sma-servicedesk

Otherwise, no not really, other than creating an email to the Servicedesk and scheduling the sending in outlook to next week?



Comments:
  • Awesome, thanks - tkroeker 3 years ago

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