[[PageOutline(2-5,Contents,pullout)]] = 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 [report:9?COMPONENT=GridFlowPlugin here]. If you have any issues, create a [/newticket?component=GridFlowPlugin new ticket]. [[TicketQuery(component=GridFlowPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:gridflowplugin here]. == Source You can check out GridFlowPlugin from [/svn/gridflowplugin here] using Subversion, or [source:gridflowplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin 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 [[ChangeLog(gridflowplugin, 3)]] == Author/Contributors '''Author:''' [wiki:dgc] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''