the main reason i want this is the following:
in our department we process all the tickets. So when a ticket comes in, it gets assigned to an employee in our department (lets say employee X)... but some tickets require some changes to be made from people in other departments (employee Y)
So i made some changes to the code so that once the ticket is assigned to employee X and he realized some changes need ot bemade by employee Y, he clicks a checkbox which sends an email to the employee Y telling them about the ticket.
now if i create an account for employee Y to login to the backend, he wont see the ticket cause it's assigned to employee X.. and if i give him the client's link he can only view and not really make any comments.
so that's my problem!!