Changes between Version 3 and Version 4 of Trac Batch Modify
- Timestamp:
- Feb 3, 2015, 5:53:07 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trac Batch Modify
v3 v4 2 2 [[TracGuideToc]] 3 3 4 From [TracQuery custom query] results Trac provides support for modifying a batch of tickets in one request.4 Trac supports modifying a batch of tickets in one request from [TracQuery custom query] results . 5 5 6 To perform a batch modification select the tickets you wish to modify and set the new field values using the section underneath the query results.6 To perform a batch modification, select the tickets you wish to modify and set the new field values using the section underneath the query results. 7 7 8 8 == List fields 9 9 10 The `Keywords` and `Cc` fields are treated as lists, where list items can be added and/or removed in addition of replacing the entire list value. All list field controls accept multiple items (i.e. multiple keywords or cc addresses).10 The `Keywords` and `Cc` fields are treated as lists, where list items can be added and/or removed in addition of replacing the entire list value. All list field controls accept multiple items, such as multiple keywords or cc addresses. 11 11 12 12 == Excluded fields 13 13 14 Multi-line text fields are not supported, because no valid use-case has been presented for syncing them across several tickets. That restriction applies to the `Description` field as well as to any [TracTicketsCustomFields#AvailableFieldTypesandOptions custom field] of type 'textarea'. However in conjunction with more suitable actions like 'prepend', 'append' or search & replace ([http://trac-hacks.org/ticket/2415 th:#2415]) this could change in future Trac versions.14 Multi-line text fields are not supported, because no valid use-case has been presented for syncing them across several tickets. That restriction applies to the `Description` field as well as to any [TracTicketsCustomFields#AvailableFieldTypesandOptions custom field] of type 'textarea'. However, Trac version 1.0 supports more suitable actions like 'prepend', 'append' or 'search & replace' ([http://trac-hacks.org/ticket/2415 th:#2415]).