Contents
Grouping ticket fields using different fieldsets
Description
This plugin allows for grouping ticket fields using different fieldsets. This is a solution for t:#10320.
The arrangement of ticket fields is specified by adding a [group-ticket-fields] stanza to your project's trac.ini file. For example, when using the following settings:
[group-ticket-fields] additional_info = Zusatzinformationen additional_info.fields = reproducibility,keywords,cc,customtext,svnversion,tester,blockedby,blocking,parents,billable,internal additional_info.properties = foldable,collapsed group_order = project,main,additional_info,project_planning project = Projekt project.columns = 1 project.fields = project,milestone,version project_planning = Projektplanung project_planning.fields = estimatedhours,hours,remaininghours,totalhours,userfinish,userstart project_planning.properties = foldable,collapsed
then this is how 'New Ticket' welcomes you in a well-arranged style:
Some people may be interested in additional fields:
Bugs/Feature Requests
Existing bugs and feature requests for GroupTicketFieldsPlugin are here.
If you have any issues, create a new ticket.
| defect |
3 / 7 |
||
|---|---|---|---|
| enhancement |
3 / 7 |
||
| task |
2 / 2 |
Download
Download the zipped source from here.
The plugin is also available on PyPI.
Source
You can check out GroupTicketFieldsPlugin from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
Configuration
Example for trac.ini configuration:
[group-ticket-fields] target = Target target.fields = milestone,version group_order = target,main
This creates a field group Target and assigns the fields milestone and version to it. The option name target is arbitrary.
group_order defines in which order the groups should be arranged.
Recent Changes
Author/Contributors
Attachments (2)
-
newticket_grouped.jpg (69.6 KB) - added by 13 years ago.
grouped 'New Ticket' example
-
newticket_grouped_colapsed.jpg (42.6 KB) - added by 13 years ago.
colapsed 'New Ticket' example
Download all attachments as: .zip




