Changes between Version 1 and Version 2 of TracBatchModify
- Timestamp:
- Sep 2, 2019, 4:56:56 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracBatchModify
v1 v2 1 = Trac のチケットを一括更新 = #TracTicketBatchModification1 = Trac Ticket Batch Modification = 2 2 [[TracGuideToc]] 3 3 4 [wiki:TracQuery custom query] の結果から、チケットを一括して変更できます。 4 Trac supports modifying a batch of tickets in one request from [TracQuery custom query] results. The Batch Modify functionality only appears on Query pages (/query), not Report pages (/report). You must have !JavaScript enabled in your browser. 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. 7 7 8 == リストフィールド == #Listfields8 == List fields 9 9 10 `Keywords` と `Cc` フィールドはリストとして扱われます。 リスト値全体を置き換えるのに加え、追加または削除したりすることができます。 すべてのリストフィールドコントロールは多数の項目を使用できます。 (つまり、多数のキーワードあるいはccアドレス) 10 The `Keywords` and `Cc` fields are treated as lists, where list items can be added and/or removed, as well as replacing the entire list value. All list field controls accept multiple items, such as multiple keywords or cc addresses. 11 12 == Excluded fields 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, future versions of Trac could support batch modification of textareas in conjunction with more suitable actions like 'prepend', 'append' or 'search & replace' ([trac:#11197]).