自動化の改行文字

カードの説明の変更、コメントの投稿、またはメール通知の送信など、テキストを使用できる自動化アクションでは、\n 表記で改行文字を入力できます。

:

when a card is moved to list "Done" by anyone, set the card's description to "Completed by: {username} \n Completed On: {date}"

screenshot_DescriptionCard

注: 自動化にテキストとして \n を入力する際に新しい行の文字に変換しない場合は、\\n のようにエスケープします。

To separate the lines, use the double newline notation \n\n. It will break the text into a separate line, similar to pressing the Enter key when editing the card's description. This notation is necessary because Trello uses markdown formatting, which requires introducing an empty line to separate the lines. 

:

when a card is moved to list "Done" by anyone, set the card's description to "Completed by: {username} \n\n Completed On: {date}"

screeshot_CardDescriptionExtraEnter

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。