ルール分岐とは?
自動化ルールを設定する際に、ルールの別のセクションを作成して、関連する作業項目にアクションを実行できます。これはブランチと呼ばれます。ブランチとは、順番には実行されず、複数のパスに枝分かれするルールを指します。
たとえば、作業項目が完了にトランジションしたときにトリガーされるルールには、その作業項目のサブタスクに対して個別のアクションを実行するブランチを設定することもできます。
例
上のスクリーンショットはトリガー、アクション、ブランチで構成される自動化ルールを示しています。
[スケジュールされたトリガー] と [新しいタスクの作成] アクションは、ルールの主な部分です。
[作成されたすべての作業項目] ブランチでは、作成されたタスクへのコメントを追加できます。このブランチがなければ、新しいタスクにコメントを追加できません。
分岐の制限
入れ子: あるブランチを別のブランチの中に入れることはできません。
If/else condition: The If/else block condition can’t be used inside a branch.
Isolation: Branches are isolated. Any changes that occur in a branch won’t be visible to the main rule, or any other branch. For example, if a branch has a Create variable action, the created smart value can be used in that same branch, but can't be used in the main rule, nor in other branches.
詳細
ルール ブランチの設定方法に関する詳細を以下でご確認ください。
For Jira automation, see Jira automation branches
Confluence 自動化については、「Confluence 自動化のブランチ」をご参照ください
Check out how we use branches in our Jira automation template library.
この内容はお役に立ちましたか?