テキスト文字列におけるスマート バリューの使用例
Jira Automation のスマート バリュー
- スマート バリュー - 構文とフォーマット
- Jira スマート バリュー - 課題
- Jira スマート バリュー - 条件ロジック
- Jira スマート バリュー - ユーザー
- Jira スマート バリュー - テキスト フィールド
- Jira スマート バリュー - 日時
- Jira スマート バリュー - JSON 関数
- Jira スマート バリュー - 数式
- Jira スマート バリュー - リスト
- フィールドに対応したスマート バリューを見つける
- 日付におけるスマート バリューの使用例
- リストにおけるスマート バリューの使用例
- 数式スマート バリューの使用例
- テキスト文字列におけるスマート バリューの使用例
このページの内容
関連コンテンツ
- Automation For Jira - How to write a rule that moves issues to the Epic issue type from a different type
- Jira automation actions
- Automation for Jira - Writing a rule that clones the Epics linked to a Feature (and their stories and sub-tasks) when the Feature is cloned
- How to clear a custom field value through an automation rule during issue clone
- Jira Automation: How to copy custom field values to the trigger issue using the Parent Link field (without using branch blocks)
- Use Jira automation rules to modify issues
- Automation Error: Could not find create meta data for project/typeId
- How to copy the field values to the destination issue when an issue is split in the backlog?
- Destination Project Missing in Drop-Down During Bulk Change in Jira Cloud
- Jira automation triggers
スマート フィールドは多くのテキスト操作機能をサポートしています。これは、要約、説明、テキスト カスタム フィールドなど、いずれの「テキスト」タイプのフィールドでも機能します。また、{{issue.reporter.displayName}}
など、テキスト操作機能は課題のサブ属性でも使用できます。
たとえば、簡略化された課題の説明を含む Slack メッセージを送信する場合は、次のスマート値で簡単に行えます。
{{issue.description.abbreviate(200)}}
このスマート値によって課題の説明における最初の 200 文字が表示されて、それ以降は ...
で表されます。
これらの関数は条件でも使用できるため、フィールドが数字の場合にのみテキスト フィールドをまとめる場合は {{issue.Field Name.isNumeric}}
が役立ちます。
最終更新日 2022 年 4 月 6 日
関連コンテンツ
- Automation For Jira - How to write a rule that moves issues to the Epic issue type from a different type
- Jira automation actions
- Automation for Jira - Writing a rule that clones the Epics linked to a Feature (and their stories and sub-tasks) when the Feature is cloned
- How to clear a custom field value through an automation rule during issue clone
- Jira Automation: How to copy custom field values to the trigger issue using the Parent Link field (without using branch blocks)
- Use Jira automation rules to modify issues
- Automation Error: Could not find create meta data for project/typeId
- How to copy the field values to the destination issue when an issue is split in the backlog?
- Destination Project Missing in Drop-Down During Bulk Change in Jira Cloud
- Jira automation triggers
Powered by Confluence and Scroll Viewport.