Closed (fixed)
Project:
Support Ticketing System
Version:
7.x-1.0-rc1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 May 2012 at 03:39 UTC
Updated:
7 Jun 2012 at 06:01 UTC
I want that user not allowed to see other user tickets, can only see tickets assigned to them irrespective of clients.....
how is this possible?what modification i can do in the module?
Comments
Comment #1
jeremy commentedPer the documentation, don't assign the "view other users tickets" permission:
http://drupalcode.org/project/support.git/blob/refs/heads/7.x-1.x:/INSTA...
Comment #2
halodeepak commentedThis permission is unchecked but still users are able to see other users ticket....:
Comment #3
jeremy commentedHow about the "administer support" permission?
http://drupalcode.org/project/support.git/blob/refs/heads/7.x-1.x:/INSTA...
Comment #4
halodeepak commentedya this permission is given.....if i dont give this permission user will not be able to assign ticket to other user,as user can see himself only in Assign To dropdownlist.........
???reply !!!!!!
Comment #5
halodeepak commentedi think there is something to do with code modification in module ????????????
Comment #6
jeremy commentedIf you grant a user "administer support" permission, then they are granted all other permissions, including "view other users tickets". The permission "can assign tickets to any user", but that won't quite work either as it will only allow you to assign to users that can view the ticket:
http://drupalcode.org/project/support.git/blob/refs/heads/7.x-1.x:/INSTA...
This will only work if you have two classes of users (roles), 1) normal users, and 2) admins. The admins are the ones that assign tickets to other users, where-as normal users only see tickets they themselves make and tickets admins have assigned to them. Admins will need "administer support" permission, while normal users should not have this permission.
Comment #7
halodeepak commentedsee in my case there are 5 client WEB,MOBILE,HR,IT....i want that user can raise ticket to anyclient(ADMIN)..bt can not see and update other users ticket?????it can only access to MY TICKETS(ticket assigned by or to )..!!!!!!!!