Opened 13 years ago
Closed 12 years ago
#9549 closed enhancement (wontfix)
Hide some ticket types from certain groups
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | SimpleTicketPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
I really need to be able to hide types of tickets from groups, but only on creation. The groups still need to be able to see and search the types after creation. So one of my groups needs to be able to create the ticket types defect and issue, but no other group should be able to create those, yet all of the groups should be able to see them once they are created.
I tried altering the code myself, but I just don't understand enough about trac to do it on my own.
Attachments (0)
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Owner: | changed from Noah Kantrowitz to Ryan J Ollos |
---|
comment:3 Changed 13 years ago by
You might also want to take a look at the DynamicFieldsPlugin, and follow the discussion in #9572, starting around comment:12.
comment:4 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I'm going to go ahead and close this because it is outside the scope of the SimpleTicketPlugin. If you take a look at the other plugins I suggested and would like to discuss further, feel free to reply here.
BlackMagicTicketTweaksPlugin probably won't do exactly this, but might be worth looking at.