Changes between Version 47 and Version 48 of BatchModifyPlugin


Ignore:
Timestamp:
Jun 18, 2010, 2:29:21 PM (14 years ago)
Author:
CuriousCurmudgeon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BatchModifyPlugin

    v47 v48  
    4242permission add ashwin_phatak TICKET_BATCH_MODIFY
    4343}}}
     44=== Options ===
     45You can set the following options in Trac.ini. (default in parentheses)
     46 * '''fields_as_list''' (keywords): Sets the fields that will be treated as a list of items.
     47 * '''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.
     48 * '''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.
    4449
    4550== Usage ==
    4651 * 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.
    47  * To add keywords simply include them in the modifications, separated by any whitespace character. If a keyword already exists on a ticket it will not be duplicated.
     52 * 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.
    4853 * 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.)
    4954