Table of Contents
Batch modification of tickets
Description
Allows users to modify several tickets together in one shot.
Bugs/Feature Requests
Existing bugs and feature requests for BatchModifyPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Install
WARNING:
BatchModifyPlugin requires Genshi 0.5 (currently still under development); see #2510 for details. Symptom: the plugin mysteriously doesn't work, but you find No module named transform in your Trac log. Workaround: check Genshi out of genshi/trunk and install it.
This plugin replaces the built-in "Custom Query" plugin. To enable it, you need to first disable the "Custom Query" plugin by adding the following to the "components" section in the trac.ini file of your project
[components] trac.ticket.query.* = disabled
Then install the plugin
easy_install http://trac-hacks.org/svn/batchmodifyplugin/0.10/
As always, if you install the plugin globally, the plugin needs to be enabled explicitly
[components] trac.ticket.query.* = disabled batchmod.* = enabled
Configuration
Batch modification of tickets requires the TICKET_BATCH_MODIFY permission. If a user does not have this permission, the plugin behaves like the default "Custom Query" module.
permission add ashwin_phatak TICKET_BATCH_MODIFY
Screenshots
Source
You can check out BatchModifyPlugin from here using Subversion, or browse the source with Trac.
Example
This feature can be used for operations like
- Adding a comment to multiple tickets
- Moving a set of tickets to some milestone
Recent Changes
[3254] by ashwin_phatak on 02/20/08 07:34:34
Fixes #1289
[2772] by coling on 11/12/07 18:19:04
Apply dgynn's patch for 0.11 support. I've modified the version number so that there is not such a big jump. Closes #1823
[2771] by coling on 11/12/07 18:10:35
Fixes #1337 by applying patch. Also add some directories to ignore for neatness sake.
[1379] by ashwin_phatak on 10/14/06 07:02:24
Added remaining stuff from QueryModule?
Author/Contributors
Author: ashwin_phatak
Contributors:
Attachments
- batch_modify_view1.png (20.7 kB) -
Screenshot of batch modify query view
, added by ashwin_phatak on 10/08/06 05:13:20.

