This plugin allows you to invoke ticketactions, including anything defined as a custom workflow, from report and query tables. It is inspired by theGridModifyPlugin.
When the user has theTICKET_GRID_WORKFLOW
privilege orTRAC_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.
This plugin is currently not compatible with Trac 0.12+
Existing bugs and feature requests forGridFlowPlugin arehere.
If you have any issues, create anew ticket.
defect | 0 / 3 | ||
---|---|---|---|
enhancement | 0 / 1 |
Download the zipped source fromhere.
You can check outGridFlowPlugin fromhere using Subversion, orbrowse the source with Trac.
General instructions on installing Trac plugins can be found on theTracPlugins page.
This plugin requires no configuration. Users must haveTICKET_GRID_WORKFLOW
orTRAC_ADMIN
privilege to see the options of this plugin.