Automation For Jira - How to warn a user when the total time logged in a ticket exceeded a certain value
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
要約
This article details steps on how to create an automation rule that will warn a user if the total time logged in a Jira issue exceeds a certain value. This action can useful to Project admins or the user working on the ticket, since they will be aware of Jira issues that might require more work than others.
環境
- 8.0.0 以降の任意のバージョンの Jira Server/Data Center
- Automation for Jira バージョン 7.4.0 以降
ソリューション
The automation rule can be configured as explained below, assuming that the threshold for the total logged time is 4h (=14400 seconds):
- Add the Work Logged trigger
- Add an Advanced Compare Condition with the parameters below:
First value:
{{triggerIssue.worklog.timeSpentSeconds.sum}}
- Condition: greater than
- Second value: 14400
- Add an action that occurs if the condition is successful, that is meant to notify the users involved in the Jira issue. For example, you can use:
- Either the Comment on issue action with the message "The time logged in this ticket exceeded 4h!"
- Or the Send Email action with similar message
The suggested automation rule will look like this: