Contents
Invoke ticket actions from report and query tables
Description
This plugin allows you to invoke ticket actions, including anything defined as a custom workflow, from report and query tables. It is inspired by the GridModifyPlugin.
When the user has the TICKET_GRID_WORKFLOW
privilege or TRAC_ADMIN
, the gridflow Javascript code will add a 'Triage' column to your report and query tables. A pull-down menu in this column allows you to select a ticket action or workflow. When you click the 'Go' button, an AJAX callback will invoke the corresponding action on the ticket and save it. On success, the workflow menu changes to indicate that the action was taken.
This is very alpha code.
Bugs/Feature Requests
This plugin is currently not compatible with Trac 0.12+
Existing bugs and feature requests for GridFlowPlugin are here.
If you have any issues, create a new ticket.
defect |
0 / 3 |
|
---|---|---|
enhancement |
0 / 1 |
Download
Download the zipped source from here.
Source
You can check out GridFlowPlugin 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
This plugin requires no configuration. Users must have TICKET_GRID_WORKFLOW
or TRAC_ADMIN
privilege to see the options of this plugin.
Recent Changes
- 5584 by dgc on 2009-04-23 19:04:58
-
Use XML parser instead of HTML to fix potential collision with other plugins.
- 5473 by dgc on 2009-04-03 04:27:54
-
Initial commit, very alpha code I expect. But it works for me.
- 5472 by dgc on 2009-04-03 04:10:07
-
New hack GridFlowPlugin, created by dgc
(more)