wiki:FieldGroupsPlugin

Version 9 (modified by figaro, 2 years ago) (diff)

Move example to funcrtional description

Group sets of related fields together

Description

This plugin groups sets of related ticket fields together, both in the change properties section of the ticket page as well as in the ticket box section. It provides an admin console for easy management of fieldgroups.

This first image shows the effect that the plugin has on the ticket box:

  • Two new groups have been created: "Deadlines & Signoff" and "Information"
  • The fields "Begin Date" and "Due Date" have been grouped together in the "Deadlines & Signoff" group
  • The field "Repository URL" field has been grouped into the "Information" group.

A header is created for each group and then the fields are listed one per line. The values (none are shown here) would be displayed alongside the field names:

The next image shows how the groups are broken out into separate fieldsets under the standard "Change Properties" fieldset in the "Modify" section of the ticket:

An admin console similar to the standard AdminEnum interface is provided for adding, removing, and re-ordering the field groups. The "order" specifies the sequence in which the groups are displayed in both the ticket box and the change properties section:

Admin console for managing fieldgroups

Individual field groups are managed using a datatable generated through jQuery. Fields are added or removed from the group using this table, accessible by clicking the field group's link on the main Field Groups admin console:

Admin console for managing fields within a fieldgroup

Bugs/Feature Requests

Existing bugs and feature requests for FieldGroupsPlugin are here.

If you have any issues, create a new ticket.

defect

2 / 4

enhancement

0 / 2

Download

Download the zipped source from here.

Source

You can check out FieldGroupsPlugin from here using Subversion, or browse the source with Trac.

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page.

Recent Changes

15150 by rjollos on 2016-01-18 20:38:34
0.0.3: Fix invalid path to script

Refs #12629.

15149 by rjollos on 2016-01-18 20:36:57
0.0.2: Remove invalid statements from setup.py

Patch by gearle.

Refs #12629.

14784 by bphinz on 2015-07-07 15:26:39
fieldgroupsplugin: formatting fixes, version bump
(more)

Author/Contributors

Author: bphinz
Maintainer: bphinz
Contributors:

Attachments (4)

Download all attachments as: .zip