From 3aa8b1dd6e0f504ef83da99f8c9cdb2532f948f5 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 13 Sep 2020 23:10:21 +0000 Subject: Initial conversion pass --- raw-wiki-dump/TracBatchModify.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 raw-wiki-dump/TracBatchModify.md (limited to 'raw-wiki-dump/TracBatchModify.md') diff --git a/raw-wiki-dump/TracBatchModify.md b/raw-wiki-dump/TracBatchModify.md new file mode 100644 index 0000000..6c921e8 --- /dev/null +++ b/raw-wiki-dump/TracBatchModify.md @@ -0,0 +1,14 @@ +# Trac Ticket Batch Modification +[[TracGuideToc]] + +Trac supports modifying a batch of tickets in one request from [TracQuery custom query] results. + +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. + +## List fields + +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. + +## Excluded fields + +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 [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](TracTicketsCustomFields#AvailableFieldTypesandOptions)). -- cgit v1.2.3