Difference between revisions of "RT Permissions"

From FreekiWiki
Jump to navigation Jump to search
(reformat)
Line 21: Line 21:
 
# CreateTicket
 
# CreateTicket
 
# ReplyToTicket
 
# ReplyToTicket
# '''DO NOT''' give them any of the following: OwnTicket, StealTicket, TakeTicket
+
# '''DO NOT''' give them any of the following: OwnTicket, StealTicket, TakeTicket (allowing ownership of tickets by unprivileged users requires the query builder to load the entire list of users who have ever sent mail to RT, drastically slowing it down)
## (allowing ownership of tickets by unprivileged users requires the query builder to load the entire list of users who have ever sent mail to RT, drastically slowing it down)
 
  
 
[[Category: Howto]]
 
[[Category: Howto]]

Revision as of 12:24, 24 May 2012

When creating a queue in RT, one must assign permissions to the users who should be able to access the queue. This is generally best done by giving Group Rights. The following are the standard (non-admin) rights given to the group (e.g. FGCore, FGStaff, Coders, ASS). Generally these rights would only be given to one group.


  1. CommentOnTicket
  2. CreateTicket
  3. ModifyTicket
  4. OwnTicket
  5. ReplyToTicket
  6. SeeQueue
  7. ShowACL
  8. ShowTicket
  9. ShowTicketComments
  10. StealTicket
  11. TakeTicket
  12. Watch
  13. WatchAsAdminCc

The special group Everyone should generally be given the following rights (so that they can send and receive email to RT regarding the ticket)

  1. CommentOnTicket
  2. CreateTicket
  3. ReplyToTicket
  4. DO NOT give them any of the following: OwnTicket, StealTicket, TakeTicket (allowing ownership of tickets by unprivileged users requires the query builder to load the entire list of users who have ever sent mail to RT, drastically slowing it down)