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.