#805 closed enhancement (fixed)
Add Ability to Edit Ticket-Custom
Reported by: | angrymike | Owned by: | anybody |
---|---|---|---|
Priority: | high | Component: | CustomFieldAdminPlugin |
Severity: | normal | Keywords: | Could not add with plugin |
Cc: | Trac Release: | 0.10 |
Description
Since this plugin works directly on trac.ini file, it should support all features of trac.ini. Including the [ticket-custom] portion. This would make it much easier to update the custom ticket fields.
Attachments (0)
Change History (7)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Replying to angrymike:
Since this plugin works directly on trac.ini file, it should support all features of trac.ini. Including the [ticket-custom] portion. This would make it much easier to update the custom ticket fields.
Is there any work being done to accomplish this? This feature would be very useful. Thankyou
comment:3 follow-up: 4 Changed 18 years ago by
Component: | IniAdminPlugin → Request-a-Hack |
---|---|
Owner: | changed from Alec Thomas to anybody |
Hi. No there isn't. This plugin is purely for exposing the trac.config
options under WebAdmin. Adding a [ticket-custom]
editor would be a large amount of work and not really in scope. It's a good idea though, so I'm going to change this to a request-a-hack.
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi. Check out CustomFieldAdminPlugin
comment:6 follow-up: 7 Changed 15 years ago by
Component: | Request-a-Hack → CustomFieldAdminPlugin |
---|---|
Keywords: | Could not add with plugin added |
Priority: | normal → high |
I add one ticket-custom with this plugin, but haven't displayed in the new ticket page, could you teach me the workflow how i could get it use? And from the URL:http://trac.edgewall.org/wiki/TracTicketsCustomFields it seems require the db change?any comments?
comment:7 Changed 15 years ago by
Replying to anonymous:
I add one ticket-custom with this plugin, but haven't displayed in the new ticket page, could you teach me the workflow how i could get it use? And from the URL:http://trac.edgewall.org/wiki/TracTicketsCustomFields it seems require the db change?any comments?
No db change required: 'custom' is a std table in Trac db now, at least since 0.11, and you should really consider upgrading anyway, if your not there yet. What exactly is your problem with adding custom ticket fields? Works for me like a charm: add with CustomFieldAdminPlugin, us it afterwards, doesn't require a Trac Server restart or even black magic :-) So if you're still stuck halfway, you need to provide more details (like mentioned /about with TRAC_ADMIN privileges).
Replying to angrymike:
I would like to have this feature to use, too. Thank you very much for you nice work. :)