Linking Tickets

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
morphisto.zet
Posts: 27
Joined: Tue Jul 12, 2022 8:02 am

Linking Tickets

Post by morphisto.zet »

I have been missing the feature to link tickets with through the id. As I read this request several times here, I coded something myself and wanted to share. Maybe someone finds it handy and want to use it, or maybe it will be intetraged in some future version of HESK.

As our HESK is only available in german, I did not use the language-pack and all errors and notifications are "hard-coded". Also the comments have been german and have only translated poorly for you guys.

Since this forum won't let me write the code directyl, I had to upload it to my personal hoempage:

https://blaidd-drwg.net/hesk/
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Linking Tickets

Post by Klemen »

Thanks for sharing! We plan to add such a feature to Hesk also officially in one of the future releases.
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
morphisto.zet
Posts: 27
Joined: Tue Jul 12, 2022 8:02 am

Re: Linking Tickets

Post by morphisto.zet »

Maybe you could review my code and use it. Then you would have less work to do ;-)
I'm looking forward to the new features.
morphisto.zet
Posts: 27
Joined: Tue Jul 12, 2022 8:02 am

Re: Linking Tickets

Post by morphisto.zet »

I've updated the script with "hesk_process_messages()" and moving the "action"-parts to the top of the admin_ticket.php.
If anyone likes to have linked tickets :-)
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Linking Tickets

Post by Klemen »

Thank you - I presume the updated code is at the link in your first post?
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
morphisto.zet
Posts: 27
Joined: Tue Jul 12, 2022 8:02 am

Re: Linking Tickets

Post by morphisto.zet »

Klemen wrote: Wed Apr 26, 2023 11:59 am Thank you - I presume the updated code is at the link in your first post?
yes, indeed it is :)
Post Reply