Cronjob

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Mnewbs
Posts: 3
Joined: Sat Jun 23, 2018 8:39 am

Cronjob

Post by Mnewbs »

Just downloaded the latest version and checking it out.

Is there a file I can create a cronjob on that would renotify users of an unanswered ticket.

Ticket submitted.
Email sent.
Ten minutes pass and no response.
Cronjob runs.
Email sent again of the unresponded ticket, like it was originally.
Lather, rinse, repeat until ticket status change.
Klemen
Site Admin
Posts: 10143
Joined: Fri Feb 11, 2005 4:04 pm

Re: Cronjob

Post by Klemen »

No, there is no such cron job available at the moment.

A PHP developer shoudn't have much work creating one if you happen to know (or hire) someone.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Mnewbs
Posts: 3
Joined: Sat Jun 23, 2018 8:39 am

Re: Cronjob

Post by Mnewbs »

Just wasn't wanting to reinvent the wheel if it was already baked in. I'll post my solution in case anyone else has the need.
quade
Posts: 16
Joined: Tue Jul 03, 2018 5:05 pm

Re: Cronjob

Post by quade »

Mnewbs, if you write a script that works, please post here, i'm interested in the same notification
I was trying to figure out how to implement SLA's ...i.e. auto escalate, but this would do the job

also, the same would apply if custom has replied to a thread, and no one has replied back for N Hours(insert SLA hours here)
Mnewbs
Posts: 3
Joined: Sat Jun 23, 2018 8:39 am

Re: Cronjob

Post by Mnewbs »

Quade,

Sorry, just getting back to you.

In the table hesk_tickets there's the value replies. I just setup a query that if replies is less than one, it sends an email.
Klemen
Site Admin
Posts: 10143
Joined: Fri Feb 11, 2005 4:04 pm

Re: Cronjob

Post by Klemen »

A note: I am working on an official "escalate" module for Hesk. I'm on annual leave until August, but I hope to release it in August/September.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Cronjob

Post by mkoch227 »

Klemen wrote: Wed Jul 18, 2018 7:24 pm A note: I am working on an official "escalate" module for Hesk. I'm on annual leave until August, but I hope to release it in August/September.
*slides SLA/escalation enhancement to the Mods for HESK backburner* :lol:
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Klemen
Site Admin
Posts: 10143
Joined: Fri Feb 11, 2005 4:04 pm

Re: Cronjob

Post by Klemen »

mkoch227 wrote: Wed Jul 18, 2018 7:26 pm *slides SLA/escalation enhancement to the Mods for HESK backburner* :lol:
I was actually waiting for you to release MfH compatible with HESK 2.8.2 to send a donation and a suggestion to you :roll: :wink:
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply