Changes between Version 1 and Version 2 of TracBatchModify
- Timestamp:
- Dec 3, 2016, 9:48:27 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracBatchModify
v1 v2 2 2 [[TracGuideToc]] 3 3 4 Trac supports modifying a batch of tickets in one request from [TracQuery custom query] results 4 Trac supports modifying a batch of tickets in one request from [TracQuery custom query] results. 5 5 6 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. … … 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, Trac version 1.0 supportsmore suitable actions like 'prepend', 'append' or 'search & replace' ([http://trac-hacks.org/ticket/2415 th:#2415]).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, future versions of Trac could support in conjunction with more suitable actions like 'prepend', 'append' or 'search & replace' ([http://trac-hacks.org/ticket/2415 th:#2415]).