Assigned to (agent view)

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
pmlanning
Posts: 3
Joined: Mon Sep 02, 2013 7:12 pm

Assigned to (agent view)

Post by pmlanning »

Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

One of my techs has asked if he can see just his tickets that are assigned to him when he logs in and not all of them. I have poked around and I cannot find how to do that, or is it even possible?

Thanks much
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Assigned to (agent view)

Post by Klemen »

Assuming you are using the latest HESK version, this can be configured on the admin main page by each user individually.

1. Look at the "Show tickets" form
2. Click "More options"
3. In the "Show" line select just "Assigned to me"
4. Select "Options: Make this my default view"
5. Click "Less options" (to hide the expanded options"
6. Click "Show tickets"

This way the default admin page should only show tickets assigned to you.

Another way of doing it is similar as above, but selecting "Group by: Owner". This will show all tickets assigned to the owner on the top and others below.
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
alcazar
Posts: 81
Joined: Mon May 27, 2013 6:36 pm

Re: Assigned to (agent view)

Post by alcazar »

Shouldnt remove permission

Code: Select all

$hesklang['can_view_ass_others']='Can view tickets assigned to others';
do the trick too?
Thanks.

/* edit
If he really wants to see only his tickets, maybe removing

Code: Select all

$hesklang['can_view_unassigned']='Can view unassigned tickets';
too should help.
*/
Alcazar
(nach Diktat spazierengegangen)
Post Reply