Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
648ebf59
Verified
Commit
648ebf59
authored
5 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
document grants to give on queues
parent
b4822803
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsa/howto/rt.mdwn
+22
-1
22 additions, 1 deletion
tsa/howto/rt.mdwn
with
22 additions
and
1 deletion
tsa/howto/rt.mdwn
+
22
−
1
View file @
648ebf59
...
...
@@ -13,7 +13,28 @@ On the RT web interface:
blank
4. hit the `Create` button
5. grant a group access to the queue, in the `Group rights` tab
([create a group](https://rt.torproject.org/Admin/Groups/Modify.html?Create=1) if necessary)
([create a group](https://rt.torproject.org/Admin/Groups/Modify.html?Create=1) if necessary) - you want to grant the
following to the group
* all "General rights"
* in "Rights for staff":
* Delete tickets (`DeleteTicket`)
* Forward messages outside of RT (`ForwardMessage`)
* Modify ticket owner on owned tickets (`ReassignTicket`)
* Modify tickets (`ModifyTicket`)
* Own tickets (`OwnTicket`)
* Sign up as a ticket or queue AdminCc (`WatchAsAdminCc`)
* Take tickets (`TakeTicket`)
* View exact outgoing email messages and their recipients (`ShowOutgoingEmail`)
* View ticket private (`commentary `)
That is, everything but:
* Add custom field values only at object creation time (`SetInitialCustomField`)
* Modify custom field values (`ModifyCustomField`)
* Steal tickets (`StealTicket`)
6. if the queue is public (and it most likely is), grant the
following to the `Everyone`, `Privileged`, and `Unprivileged`
groups:
* Create tickets (`CreateTicket`)
* Reply to tickets (`ReplyToTicket`)
On the RT server (currently `rude`):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment