Difference between revisions of "SelfService"

From Request Tracker Wiki
Jump to navigation Jump to search
m (2 revisions imported)
 
 
Line 1: Line 1:
The [[SelfService]] interface is available for "unprivileged users" (see [[User]] for a definition) who have been given a password to login. You can configure RT to automatically generate a password for users by following the directions in the [[AutogeneratedPassword]] node.
The [[SelfService]] interface is available for [[Unprivileged]] users who have been given a password to login. You can configure RT to automatically generate a password for users by following the directions in the [[AutogeneratedPassword]] node.


The [[SelfService]] interface only lists tickets for which the logged in user is a [[Requestor]]. If you wish for users to also see tickets for which they are [[CC]] or [[AdminCC]], see [[OnCreateSetDeptHeadCc]].
The [[SelfService]] interface only lists tickets for which the logged in user is a [[Requestor]]. If you wish for users to also see tickets for which they are [[CC]] or [[AdminCC]], see [[OnCreateSetDeptHeadCc]].


Example: A department manager may be made CC on all tickets created by her staff so that she is be able to see what issues are currently affecting her department.
Example: A department manager may be made Cc on all tickets created by her staff so that she can see what issues are currently active in her department.


The [[SelfService]] interface is accessible by appending "[[SelfService]]" the end of your RT Web site URL. For example, if your RT Web interface is setup at http://support.mycompany.com, the [[SelfService]] interface would be at http://support.mycompany.com/SelfService/
The [[SelfService]] interface is accessible by appending "SelfService" the end of your RT Web site URL. For example, if your RT web interface is setup at http://support.mycompany.com, the SelfService interface would be at http://support.mycompany.com/SelfService/.

Latest revision as of 09:00, 1 September 2021

The SelfService interface is available for Unprivileged users who have been given a password to login. You can configure RT to automatically generate a password for users by following the directions in the AutogeneratedPassword node.

The SelfService interface only lists tickets for which the logged in user is a Requestor. If you wish for users to also see tickets for which they are CC or AdminCC, see OnCreateSetDeptHeadCc.

Example: A department manager may be made Cc on all tickets created by her staff so that she can see what issues are currently active in her department.

The SelfService interface is accessible by appending "SelfService" the end of your RT Web site URL. For example, if your RT web interface is setup at http://support.mycompany.com, the SelfService interface would be at http://support.mycompany.com/SelfService/.