Automation for Jira - ストーリーからリンクされたトピックまでのストーリー ポイントの合計を計算するルールの作成方法

お困りですか?

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

コミュニティに質問

robotsnoindex

 

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

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

*Fisheye および Crucible は除く

要約

This article describes how to create an Automation Rule using the Lookup Issues action available in Automation for Jira from the version 9.0.1, which will perform the following actions:

  • calculate the sum of the Story Points field from all the stories linked to an Epic
  • copy that value to the Epic Story Points field

環境

  • Jira Data Center Only (This article does not apply to Jira Server licenses)
  • Applicable Jira / A4J (Automation for Jira) versions:
    • Jira 9.11.0 and any higher version (this Jira version ships with A4J 9.0.1)
    • OR Jira 8.20.0 and any higher version, in combination with A4J 9.0.1

ソリューション

このソリューションの制限

(warning) Please note that with the suggested rule, the sum of the Story Points will only be updated in the Epic when the Story Points field of 1 linked Story is updated.

As a result:

  • If an Epic is created and linked to Stories after these Stories were already given Story points, this rule will not run. It will be necessary to manually update the story points of a linked Story to trigger the rule, which will then copy the sum of Story Points Sum into the Epic
  • For any Epic/Story issues created before the rule was configured, the Story Points will not be automatically add to the Epic. It also will be necessary to manually update the story points of a linked Story to trigger the rule, which will then copy the sum of Story Points into the Epic

Rule suggestion

The rule will need to be configured as follows:

  • Add the Field value changed trigger with the following settings
    • Field to monitor: Story Points
  • Add an Issue fields condition with the following settings:
    • フィールド: 課題タイプ
    • 条件: イコール
    • : ストーリー
  • Add the following Branch rule
    • Type of related issues: Epic (parent)
  • Inside the Branch Rule, add the 2 actions below:
    • 課題のルックアップ
      • Insert the expression below in the JQL field:

        "epic link"={{issue.key}}
    • 課題の編集
      • In the Choose field to set menu, select Story Points, and paste the expression below:

        {{lookupIssues.Story Points.sum}}

Screenshot showing the rule




最終更新日 2024 年 6 月 3 日

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

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