Assign to multiple owners

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Hesk Learner
Posts: 5
Joined: Sun Feb 02, 2014 4:48 am

Assign to multiple owners

Post by Hesk Learner »

What terms did you try when SEARCHING for a solution: Google , phpjunkyard.com

Write your message below:

Hi ,

I want to know how can I assign a ticket to multiple selected users who are managing the same category, but only the users I selected can see the ticket that I assigned to them , and the unselected users cannot see it.
For instance, if I selected 3 specific users out of 8, only the 3 can see the ticket that I assigned to them; and if I selected 5 only them can see it and so on.

How I can apply it and what modifications I need to do in the script.

Thank you in advance
Last edited by Hesk Learner on Wed Feb 26, 2014 2:53 am, edited 1 time in total.
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Assign to multiple owners

Post by mkoch227 »

First off, please not the orange notice when you are on the new topic/post screen: "Please don't post "IS THIS POSSIBLE?" type questions. Read why...".

Anyhoo, yes this is possible, however it is a lot of work. If you wanted to incorporate this, you'll need to:


* Create a database table to hold ticketID to Users, to assign ownership
* Create a way to obtain all owners for a given ticketID
* Create a way to assign multiple users for a given ticketID


I personally have no use for this, so I'm unable to assist you. Good luck!
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Hesk Learner
Posts: 5
Joined: Sun Feb 02, 2014 4:48 am

Re: Assign to multiple owners

Post by Hesk Learner »

Thank you very much for your reply and my apologies for not noticing the "Is possible note", I edited my post.
Post Reply