Modify ↓
#11079 closed defect (worksforme)
Permission issue with TICKET_MODIFY
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 1.0.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Hi, guys.
Package Version Trac 1.0.1 Docutils 0.10 Genshi 0.6 (with speedups) mod_wsgi 3.3 MySQL server: "5.1.66-0+squeeze1-log", client: "5.1.66", thread-safe: 1 MySQLdb 1.2.2 Pygments 1.6 Python 2.6.6 (r266:84292, Dec 26 2010, 22:48:11) [GCC 4.4.5] RPC 1.1.2-r12546 setuptools 0.6 jQuery 1.8.3
We have an authenticated group with these permissions:
TICKET_APPENDTICKET_CREATETICKET_EDIT_CCVOTE_MODIFYVOTE_VIEW
Yet the user who created the ticket can close and reopen it. Is this a configuration issue or a bug or a feature?
Thanks in advance!
Attachments (0)
Note:
See TracTickets
for help on using tickets.



These questions are more appropriate for the MailingList. However, I tested with Trac 1.0.1 just to be sure, and an authenticated user will not be able to perform a workflow action if the authenticated user has only the
TICKET_*permissions that you list. In fact, the authenticated user can't even view the ticket unless you also grantTICKET_VIEW(otherwise you will see The ticket #X has been created, but you don't have permission to view it.).With
TICKET_VIEWalso granted, we have:Here are some possibilities for the issue you are experiencing:
TICKET_MODIFYor higher permission.If you direct your question to the MailingList you will have a bigger audience and more help in solving your issue.