Modify ↓
#8038 closed enhancement (wontfix)
Default CC per component in tickets
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | none |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Currently it is possible to specify a default CC for tickets in trac.ini. It'd be nice to be able to define a default CC per component instead of project-wide.
Michel
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
| Milestone: | 0.12 |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



You can assign a default owner per component, but I guess you knew that already.
I don't see this as bringing value to most Trac users, instead adding (often unneeded) configuration complexity, so I'm closing this as wontfix. However, this could easily be implemented as a plugin, by implementing the
ITicketChangeListenerinterface. Have a look at http://trac-hacks.org, maybe one exists already.