Opened 19 months ago
Closed 4 weeks ago
#9549 closed enhancement (wontfix)
Hide some ticket types from certain groups
| Reported by: | dnethery@… | Owned by: | rjollos |
|---|---|---|---|
| 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 19 months ago by rjollos
comment:2 Changed 19 months ago by rjollos
- Owner changed from coderanger to rjollos
comment:3 Changed 14 months ago by rjollos
You might also want to take a look at the DynamicFieldsPlugin, and follow the discussion in #9572, starting around comment:12.
comment:4 Changed 4 weeks ago by rjollos
- Resolution set to wontfix
- Status changed from new to 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.