ルール分岐とは?

Jira のプロセスとワークフローを自動化する

このページの内容

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

robotsnoindex
robotsnoindex

When configuring automation rules, it's possible to create a separate section of the rule and perform actions on related issues - this is referred to as branching. This is in reference to the rule no longer executing in a linear fashion, but instead expanding out to multiple paths.

たとえば、課題が [完了] に移行したときにトリガーされるルールには、その課題のサブタスクに対して個別のアクションを実行するブランチも持てます。

上のスクリーンショットはトリガー、アクション、ブランチで構成される自動化ルールを示しています。

  • [スケジュールされたトリガー] と [新しいタスクの作成] アクションは、ルールの主な部分です。

  • [作成されたすべての課題] ブランチでは、作成されたタスクへのコメントを追加するルールを適用します。このブランチがなければ、新しいタスクへコメントを追加できません。

分岐の制限

  • Nesting: Branches can’t be nested in one another, which means you can’t have a branch inside another branch.

  • If/else condition: and don’t support the use of the If/else block condition.

  • 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.

詳細

最終更新日: 2021 年 10 月 11 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.