Automation For Jira - How to write a condition based on the Advanced Roadmap Team Field in a rule

お困りですか?

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

コミュニティに質問

プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。

このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

robotsnoindex

要約

  • Currently, Automation For Jira does not support fields which are coming from Advanced Roadmap, such as the Team, Target Start, Target End, Parent Link fields. Because of that, it is not possible to easily add a condition in a rule that will check the content of these fields, because they are not listed in the Issue Field Condition component:
  • This limitation is tracked in the feature request linked below:
  • The purpose of this article is to explain how to add a condition in an automation rule based on the content of the Advanced Roadmap team field.

環境

  • Jira Server / Data Center 8.0.0 以降のバージョン
  • Automation for Jira 7.4.0 以降のバージョン

ソリューション

Let's assume that you are trying to write an automation rule that will check if the Team field of a Jira issue contains a specific Team name (for example "Team 1") before executing some action.

ステップ 1 - "チーム" フィールドのカスタム フィールド ID を取得する

各 Jira インストールには、独自のカスタム フィールド ID のセットがあります。したがって、"チーム" フィールド ID は Jira のインストールによって異なる可能性があるため、このステップは必須です。

この ID を取得するには、次の手順に従います。

  • ページで ⚙ > [課題] >[カスタム フィールド] の順に移動する
  • "チーム" フィールドを探して、そのフィールドの横にある [...] > [表示] をクリックします。
  • Get the ID found in the URL (in the example below, the ID is 10204):

Step 2 - Add the condition component to the automation rule

Instead of using the Issue Field Condition component, add the Advanced Compare condition component to the automation rule with the parameters below:

  • First value: copy the expression below, after replacing XXXXX with the Teams Custom Field ID obtained in the 1st step

    {{triggerIssue.customfield_XXXXX.name}}
  • 条件: イコール
  • Second value: add the name of the team

The condition component should look like in the screenshot below, assuming that the Team field ID is 10204 and that the Team name is "Team 1":




最終更新日 2024 年 8 月 23 日

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

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