Jira automation: How to increment a Date Field by Business Days Based on a Custom Number Field

お困りですか?

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

コミュニティに質問

プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。

要約

Jira Automation Rule to Increment a Date Based on a Custom Number Field, Excluding Weekends

ソリューション

Use case:

Automatically update the Due date based on a number custom field and the creation date, excluding weekends. For example, if an issue is created on September 25, 2024, and the custom number field specifies 4 days (named daysWorking in below example), the due date should be set to October 1, 2024.

To achieve this, you can utilize the below smart value expression.

{{issue.created.plusBusinessDays(issue.daysWorking)}} 



最終更新日: 2024 年 10 月 15 日

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

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