Automation For Jira - How to write a rule that will send an email to the project lead

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

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

*Fisheye および Crucible は除く

要約

Automation For Jira comes with the "Send Email" action that allows automation rules to send emails to users or group of users. The problem is that the "Project Lead" is not available in the dropdown of recipients, due to some feature limitation:


The purpose of this article is to provide a way to work around this feature limitation by using a smart value to send an email to the project lead.

環境

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

ソリューション

The smart value that you can use to send an email to the project lead is:

{{issue.project.lead.emailAddress}}

Let's assume that you want to create an automation rule to inform the Project Lead whenever a new issue is created in a project. The rule can be configured as described below:

  • Trigger: "Issue Created"
  • Action: "Send Email", with the configuration below: 
    • To: Copy and paste the smart value below into the "To" field and press enter:

      {{issue.project.lead.emailAddress}}
    • Subject: Enter the subject of your choice
    • Content: you can use the content below as an example:

      The issue {{issue.key}} was created with the summary {{issue.summary}}.

The automation rule described above will look like this:



最終更新日 2024 年 11 月 13 日

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

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