diff options
Diffstat (limited to 'todo.sr.ht')
-rw-r--r-- | todo.sr.ht/index.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/todo.sr.ht/index.md b/todo.sr.ht/index.md index 50d997d..c1e8a99 100644 --- a/todo.sr.ht/index.md +++ b/todo.sr.ht/index.md @@ -77,15 +77,16 @@ tracker are deleted as well. # Email access -Users can submit new tickets with their registered email -address by sending them to +Anyone with the "submit" permission can submit new tickets by sending them to `~username/tracker-name@todo.sr.ht`, or `u.username.tracker-name@todo.sr.ht` for poorly behaved MTAs. -Users can also add comments to tickets by writing to -`~username/tracker-name/ticket-id@todo.sr.ht`, or by replying to the -notification email. The last line of your email can be one of the following -commands: +Anyone with the "comment" permission can also add comments to tickets +by writing to `~username/tracker-name/ticket-id@todo.sr.ht`, +or by replying to the notification email. + +If you have the "triage" permission, +the last line of your email can be one of the following commands: - `!resolve <resolution>`: closes the ticket with the given ticket resolution (one of `fixed`, `implemented`, `wont_fix`, `by_design`, `invalid`, |