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. When submitting a new bug report, including the following will greatly increase the odds of your bug getting fixed:
- Browser version
- Browser plugins
- Trac version
- Trac plugins
- Any stack trace you received.
If you have any issues, create a new ticket.
Roadmap
There is a proposal page on the official Trac wiki for incorporating batch modification functionality into Trac. Feel free to contribute at trac:wiki:TracDev/Proposals/BatchModification.
Future Releases
- 0.8: TBD
Download
Note: Python 2.4 eggs are not provided simply because I do not have it installed on my machine. If you build a 2.4 egg for a release feel free to cook one up and send to me. I will add it to repository and the download list.
| Trac | Python | Version | Date |
| 0.12 | 2.5 | 0.7.0 | 6-18-2010 |
| 0.12 | 2.6 | 0.7.0 | 6-18-2010 |
| 0.11 | 2.5 | 0.7.1 | 6-18-2010 |
| 0.11 | 2.6 | 0.7.1 | 6-18-2010 |
Please see the CHANGELOG for details on each release. Older releases can be found in the tags directory for Trac versions 0.11 and 0.12.
Download the zipped trunk from here.
Install
Simply drop the egg in the plugins directory and enable through the admin UI. There is also an unofficial Debian package for Trac 0.11.
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
Options
You can set the following options in Trac.ini under [batchmod]. (default in parentheses)
- fields_as_list (keywords): Sets the fields that will be treated as a list of items.
- list_separator_regex ([,\s]+): The regex that defines the separator between items in a field that is treated as a list. By default they are separated by any whitespace character or a comma.
- list_connector_string (,): The character that is used as the separator between items in a list after processing. For example, by default if you enter the keywords "foo bar", they will be added to the ticket as "foo, bar". Notice the comma instead of the space.
Usage
- To modify a set a tickets just check the box next to each ticket in your query results you wish to modify. Then select each field you want to change in the batch modify section underneath the query results.
- To add keywords simply include them in the modifications, separated by any whitespace character or comma be default. You can change this separator in trac.ini. If a keyword already exists on a ticket it will not be duplicated.
- To remove keywords simply prefix them with "-". For example, to remove the "foo" keyword from all selected tickets, you would put "-foo" in the keywords field. (Note: This feature is currently not released. If you need it, please build from the trunk.)
FAQ
Q: Checkboxes don't appear next to tickets for me!
A: There was a bug with Trac prior to 0.11.6 that prevented the checkboxes from being added. Some people also have path problems that prevent JQuery from being loaded. See #6466 for details.
Q: This plugin lets me put tickets into a nonsensical state!
A: These problems should be mostly resolved in 0.7.0. Please open a ticket if you still have problems.
Screenshots
Source
You can check out BatchModifyPlugin from here using Subversion, or browse the source with Trac.
Recent Changes
[8448] by CuriousCurmudgeon on 08/26/10 20:47:13
refs #7553
- Applied patch from gregmac.
[8446] by CuriousCurmudgeon on 08/26/10 16:46:17
refs #7553
- with_transaction was passing in a bad reference to env. I'm not sure how this was working on my machine during testing.
[8444] by CuriousCurmudgeon on 08/25/10 22:58:49
refs #7553
- Forgot to import with_transaction.
[8371] by CuriousCurmudgeon on 08/18/10 17:35:05
refs #7490
- Fixed one more parameter naming problem.
Author/Contributors
Author: ashwin_phatak
Maintainer: CuriousCurmudgeon
Contributors:
Attachments
- batch_modify_view1.png (20.7 kB) -
Screenshot of batch modify query view
, added by ashwin_phatak on 10/08/06 12:13:20. - BatchModifyScreenshot.png (33.9 kB) -
Screenshot of 0.4.1
, added by CuriousCurmudgeon on 02/22/10 21:14:25. - batchmod_screenshot.png (21.1 kB) -
Screenshot of 0.7.0
, added by CuriousCurmudgeon on 07/07/10 22:11:43. - BatchModify-0.7.1_trac0.11-py2.4.egg (15.1 kB) -
Egg file for Trac 0.11 and python 2.4
, added by Nico on 08/20/10 11:10:29.


