Modify ↓
Ticket #7568 (closed enhancement: worksforme)
Opened 3 years ago
Last modified 2 years ago
Remember ticket field value for each user
| Reported by: | phpxcache@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.11.1 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
when someone is testing a specified component, he/she is more probably to be testing the same component/version again instead of the "default" one set by trac admin. it would be nice if some fields can be rememberd on a per-user basic
i have the following simple design which please both admins and users
- configurable in admin
- default value for each ticket field
- should remember on per-user basic OR force to use admin default
- for each per-user-remembered ticket field
- save current "admin defalut" as "last admin default"
- save last value on ticket submit, this value is discarded if the above value does not match the current "admin default" (which means the admin changed the default value)
any idea?
Attachments
Change History
comment:1 Changed 2 years ago by cboos
- Milestone 0.12 deleted
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Yes: this seems overly complex for little benefit.
If you happen to create a bunch of similar tickets, use the TicketClone plugin.