スマート バリューを使用してテキスト文字列を操作する
Jira のプロセスとワークフローを自動化する
- 高度なフィールド編集 (JSON)
- 自動化アクション
- 自動化条件
- 自動化トリガー
- ユーザー名をユーザーアカウント ID に転換
- ルールを作成および編集する
- ルールをデバッグする
- 課題のフィールドの編集
- ルールを有効および無効にする
- フィールドに対応したスマート バリューを見つける
- wiki マークアップや HTML を扱う
- 使用量はどのように計算されますか?
- 課題で手動でルールを実行する
- 自動化機能で課題を移動する
- ルールを最適化する
- ルールをラベルで整理する
- スマート バリュー - 日付と時刻の関数
- スマート バリュー - 全般
- スマート バリュー - JSON 関数
- スマート バリュー - リスト
- スマート バリュー - 数式
- スマート バリュー - テキスト フィールド
- スマート バリュー - ユーザー
- 課題のトランジション
- 自動化機能を Microsoft Teams と使用する
- 自動化機能を Slack と使用する
- スマート バリューを使用してリスト値にアクセスする
- スマート バリューを使用して数値を挿入する
- スマート バリューを使用した日付の操作とフォーマット
- スマート バリューを使用してテキスト文字列を操作する
- ルールのデータを確認する
- パフォーマンスに関するインサイトを表示
- 使用量を確認する
- 自動化ルールとは
- 課題の条件とは
- サービス上限について
- スマート バリューとは
- 監査ログとは
- どのサードパーティ アプリケーションを連携できますか?
- 関連する課題の操作
- スマート バリュー - 開発
- 別のユーザーとしてルールを実行する
- ルール実行者とは
- 自動化ルールをインポート/エクスポートする
- 自動化ルールをあるユーザーから別のユーザーに転送する
- Automation for Jira Server と Jira Cloud の違いについて
- スマート バリュー - 条件ロジック
- スマート バリュー - Insight
- スマート値 - プロジェクト
- 自動化ブランチ
- ルール分岐とは?
このページの内容
関連コンテンツ
- Automation for Jira - Server Lite: plugin gets disabled after upgrading to Jira 9.0.0
- Upgrading to Automation for Jira 7.3 or later
- "An unknown error occurred" when enabling or saving Jira Automation rules after upgrade
- Automation for Jira shows as incompatible in the UPM
- Automation For Jira - Automation rule examples and use cases
- Automation rules cannot be enabled, disabled or published after an upgrade of Automation for Jira to 9.0.1 or a higher version
- Automation for Jira vs Jira Service Management automation
- The warning "Disabled third party extension for Automation for Jira" appears when configuring an automation rule
- Import and export Jira automation rules
- Automation For Jira (A4J) Data Center - The ultimate troubleshooting guide
robots | noindex |
robots | noindex |
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
関連コンテンツ
- Automation for Jira - Server Lite: plugin gets disabled after upgrading to Jira 9.0.0
- Upgrading to Automation for Jira 7.3 or later
- "An unknown error occurred" when enabling or saving Jira Automation rules after upgrade
- Automation for Jira shows as incompatible in the UPM
- Automation For Jira - Automation rule examples and use cases
- Automation rules cannot be enabled, disabled or published after an upgrade of Automation for Jira to 9.0.1 or a higher version
- Automation for Jira vs Jira Service Management automation
- The warning "Disabled third party extension for Automation for Jira" appears when configuring an automation rule
- Import and export Jira automation rules
- Automation For Jira (A4J) Data Center - The ultimate troubleshooting guide
Powered by Confluence and Scroll Viewport.