Modify ↓
Opened 17 years ago
Closed 17 years ago
#2884 closed defect (invalid)
Custom Fields By Ticket Type
Reported by: | Owned by: | osimons | |
---|---|---|---|
Priority: | normal | Component: | CustomFieldAdminPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I think it would be very useful to be able to define custom fields based upon the ticket type. For instance in our project we have defect, enhancement and review ticket types. I need to collect different information if the ticket is a review vs. a defect.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
As the very similar request in #2696, this is outside the scope of this plugin. All the plugin does (and intends to do) is to manage the custom field settings
trac.ini
settings as if you had entered them manually.Changing the user interface and handling for tickets, regardless of how fields came about, would be the job of some other plugin.