テキスト文字列におけるスマート バリューの使用例
You can use smart values to access and manipulate text strings, and work with any text field type, such as summary or description, as well as custom text fields.
これらのスマート バリューは、{{issue.reporter.displayName}}
などの課題のサブ属性でも使用可能です。
View the smart values available to manipulate text strings.
例
スマート バリューは、Slack メッセージに課題の短い説明を添付して送信するのに使用できます。
{{issue.description.abbreviate(200)}}
このスマート値によって課題の説明における最初の 200 文字が表示されて、それ以降は ...
で表されます。
これらの関数は条件でも使用できます。たとえば、{{issue.Field Name.isNumeric}}
はテキスト フィールドが数値の場合に値を合計します。
この内容はお役に立ちましたか?
さらにヘルプが必要ですか?
アトラシアン コミュニティをご利用ください。