ルール分岐とは?
When configuring automation rules, it's possible to create a separate section of the rule and perform actions on related work items — this is referred to as branching. This is in reference to the rule no longer executing in a linear fashion and, instead, branching into multiple paths.
For example, a rule that’s triggered when a work item transitions to Done could also have a branch that performs separate actions on that work item’s subtasks.
例
上のスクリーンショットはトリガー、アクション、ブランチで構成される自動化ルールを示しています。
[スケジュールされたトリガー] と [新しいタスクの作成] アクションは、ルールの主な部分です。
The For all created work items branch allows the rule to add a comment to the task that was just created. Without this branch, we wouldn’t be able to add a comment to the new task.
分岐の制限
入れ子: あるブランチを別のブランチの中に入れることはできません。
If/else 条件: If/else ブロック条件をブランチ内で使用することはできません。
独立: ブランチは独立しています。ブランチで生じた変更は、メイン ルールやその他のブランチからは確認できません。たとえば、ブランチに [変数を作成] アクションがある場合は、作成したスマート値は同じブランチでは使用できますがメイン ルールや他のブランチでは使用できません。
詳細
ルール ブランチの設定方法に関する詳細を以下でご確認ください。
Jira Automation については、「Jira Automation のブランチ」をご参照ください
Confluence 自動化については、「Confluence 自動化のブランチ」をご参照ください
Jira Automation テンプレート ライブラリでブランチを使用する方法をご確認ください。
この内容はお役に立ちましたか?