Grid Modify Plugin

Description

For any ticket field of type select (e.g. type, priority, component, milestone, etc.) this plugin modifies the query and report views of tickets to include a select (dropdown) widget for editing those values.

Changes to any of the select widgets will immediately fire off an AJAX request to update the ticket so there is no need to press any save or submit button.

The status of the updates is logged to Firebug's console if you have that installed.

This plugin uses Genshi and therefore only works with Trac .11 (and up?).

Configuration

Note that the feature is only enabled for users who have been granted the TICKET_GRID_MODIFY or TICKET_ADMIN permission.

Bugs/Feature Requests

Existing bugs and feature requests for GridModifyPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

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

Example

  • Quickly work through many tickets in a given report or query assigning priorities to each one. This is useful in a team meeting for instance.

Screenshots

Click on the image to see the full size version:

Dropdown boxes on the report page:

an example of a report viewed with this plugin

Dropdown boxes on the custom ticket query page:

an example of a custom query viewed with this plugin

Recent Changes

[4188] by abbywinterscom on 08/27/08 07:22:32

update version number for gridmodifyplugin

[4187] by abbywinterscom on 08/27/08 06:27:15

add svn:ignore for egg related directories

[4184] by abbywinterscom on 08/26/08 13:33:40

add support for workflow action side effects

[4126] by abbywinterscom on 08/11/08 07:29:39

prevent KeyError: 'value' errors

Author/Contributors

Author: abbywinterscom
Contributors: Zach Miller

Attachments