Ticket #2393 (closed enhancement: fixed)
Access control for ticket reporters
| Reported by: | robert@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It would be nice to have access control such that users can add comments to tickets they have reported, but not to other tickets.
How it might work
Scenario
Alice, Bob and Charlie are logged in to Trac and looking at the same ticket. Bob is a member of the staff group, which has TICKET_MODIFY permission.
Ticket
- Reported by
- Alice
- Assigned to
- Bob
Consequences
Alice is not a member of the staff group. She can still comment on this ticket, because she reported it.
Bob can comment on this ticket, because he is a member of the staff group.
Charlie can not comment on this ticket, because he is neither a member of staff nor the reporter of the ticket.


