wiki:FieldGroupsPlugin

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

Cosmetic changes, tagged with license

Group sets of related fields together

Description

Adds support for grouping sets of related ticket fields together, both in the change properties section of the ticket page as well as in the ticket box section. Provides an admin console for easy management of fieldgroups.

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 [download:fieldgroupsplugin here].

Source

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

Example

This first image shows the effect that the plugin has on the ticket box. The fields "Begin Date" and "Due Date" have been grouped together in the "Deadlines & Signoff" group, while 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 along the right-hand side of the table.

The next image show 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 jQuery datatable. Fields are added or removed from the group using this table, accessible by clicking the field group's link on the main FieldGroups admin console.

Admin console for managing fields within a fieldgroup

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