Automatically mark tickets as done not working

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
xep22
Posts: 32
Joined: Fri Jan 28, 2022 10:07 pm

Automatically mark tickets as done not working

Post by xep22 »

hi,

I'm really new to HESK and the first ticket is now over 15 days without answer of customer or me. but I set up that HESK will close tickets after 14 days of no answer. why its still "waiting für customer answer" ? any idea ?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Automatically mark tickets as done not working

Post by Klemen »

Try logging out of Hesk then login again; currently old tickets are closed only when staff logs in and only for tickets with the waiting for reply by customer status.
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
xep22
Posts: 32
Joined: Fri Jan 28, 2022 10:07 pm

Re: Automatically mark tickets as done not working

Post by xep22 »

still not closed. I did some changes like in hesk_imap.php in "Set category ID where new tickets will be submitted to", maybe thats the reason ? in which file is the auto-close defined ?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Automatically mark tickets as done not working

Post by Klemen »

Not sure, could be a problem if you changed the way Hesk handles statuses.

See admin/index.php for the code, look under

Code: Select all

Close any old tickets here so Cron jobs aren't necessary
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
xep22
Posts: 32
Joined: Fri Jan 28, 2022 10:07 pm

Re: Automatically mark tickets as done not working

Post by xep22 »

ah ok found it, because its checking if ticket is status 2...
Post Reply