スマート バリューを使用してテキスト文字列を操作する

Jira のプロセスとワークフローを自動化する

このページの内容

お困りですか?

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

コミュニティに質問

robotsnoindex
robotsnoindex

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.

These smart values can also be used on issue sub-attributes, such as {{issue.reporter.displayName}}.

View the smart values available to manipulate text strings.

Smart values can be used to send a Slack message with an abbreviated issue description.

{{issue.description.abbreviate(200)}}

This smart value results in the first 200 characters of the issue description followed by ... (ellipsis).

These functions can also be used in conditions, for example, {{issue.Field Name.isNumeric}} will sum up a text field if it is a number.

Last modified on Mar 11, 2020

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.