自動化でテキストをカード名または説明に追加する
Note: You can use multiple variables to append text to automations. To see all available variables, go to Automation variables.
自動化では、[コンテンツ] タブの自動化ルール、カード ボタン、期限の自動化で利用できる [rename the card to (カード名を次に変更)] と [set the card's description to (カードの説明を次に設定)] アクションによって、テキストをカードの名前または説明に挿入または追加できます。
カード名を追加する
カード名を変更して {cardname} 変数を使用することで、テキストをカード名に挿入または追加できます。この変数はカードの現在の名前で置き換えられます。自動化の実行後は、カード名はカードの現在の名前と追加されたテキストになります。たとえば、カード名「タスク」は「タスク - Done!」に変更されます。
カードの説明を追加する
カードの説明を拡張するには、カードの現在の説明に置き換えられる {carddescription} 変数を使用します。自動化の実行後は、カードの説明に現在の説明と追加されたテキストが含められます。
The following example shows the use of a custom field variable ({{%Field Name}}) to append the value of a custom field to the card's description.
Note: When setting the card name description, Automation uses the same markdown format as Trello. If you want to introduce a new paragraph break, use the \n\n notation. It will break the text into a separate line, similar to pressing the Enter key when editing the card's description.
この内容はお役に立ちましたか?