スマート バリューを使用して数値を挿入する
Jira のプロセスとワークフローを自動化する
- 高度なフィールド編集 (JSON)
- 自動化アクション
- 自動化条件
- 自動化トリガー
- ユーザー名をユーザーアカウント ID に転換
- ルールを作成および編集する
- ルールをデバッグする
- 課題のフィールドの編集
- ルールを有効および無効にする
- フィールドに対応したスマート バリューを見つける
- wiki マークアップや HTML を扱う
- 使用量はどのように計算されますか?
- 課題で手動でルールを実行する
- 自動化機能で課題を移動する
- ルールを最適化する
- ルールをラベルで整理する
- スマート バリュー - 日付と時刻の関数
- スマート バリュー - 全般
- スマート バリュー - JSON 関数
- スマート バリュー - リスト
- スマート バリュー - 数式
- スマート バリュー - テキスト フィールド
- スマート バリュー - ユーザー
- 課題のトランジション
- 自動化機能を Microsoft Teams と使用する
- 自動化機能を Slack と使用する
- スマート バリューを使用してリスト値にアクセスする
- スマート バリューを使用して数値を挿入する
- スマート バリューを使用した日付の操作とフォーマット
- スマート バリューを使用してテキスト文字列を操作する
- ルールのデータを確認する
- パフォーマンスに関するインサイトを表示
- 使用量を確認する
- 自動化ルールとは
- 課題の条件とは
- サービス上限について
- スマート バリューとは
- 監査ログとは
- どのサードパーティ アプリケーションを連携できますか?
- 関連する課題の操作
- スマート バリュー - 開発
- 別のユーザーとしてルールを実行する
- ルール実行者とは
- 自動化ルールをインポート/エクスポートする
- 自動化ルールをあるユーザーから別のユーザーに転送する
- Automation for Jira Server と Jira Cloud の違いについて
- スマート バリュー - 条件ロジック
- スマート バリュー - Insight
- スマート値 - プロジェクト
- 自動化ブランチ
- ルール分岐とは?
このページの内容
関連コンテンツ
- 関連コンテンツがありません
robots | noindex |
Check out how we use smart values in our Jira automation template library.
You can use math expressions as smart values to insert or set values of numeric custom fields. These can be used anywhere where a custom field can be edited, for example, the Create, Edit and Transition issue actions.
View the smart values available to insert and format numerical values.
例
In a numeric custom field, you can use an expression to set a value.
1 + 4 sets the field to "5"
To use a math expression in another field, you can insert the value using the below example.
{{#=}}1 + 4{{/}}
// more verbose but more obvious
{{#math}}1 + 4{{/}}
// increase a number by 1
{{#increment}}4{{/}}
数値フィールドを参照する
To perform calculations with numeric custom fields in Jira, you can reference the field as a smart value in your calculation.
{{#=}}3.2 * {{issue.My Number field}} + 43{{/}}
You can add two custom fields using the below example.
{{#=}}{{issue.Sale Amount}} * {{issue.Discount}}{{/}}
最終更新日 2020 年 11 月 30 日
関連コンテンツ
- 関連コンテンツがありません
Powered by Confluence and Scroll Viewport.