Hi,
I want to update my end date on the basis of the start date and duration in days given, I have achieved it, now I want to skip holidays like 25th Decemeber is the holiday and start date and end date is lies in between this date so add one day more in end date. How can we manage that?
Can you provide some more information...
Ste
Hi,
I have a simple scenario which I want to update my end date on the basis of the Start Date and Total Days Value, but I want to manage holidays as well like Eid, Christmas, and Thanksgiving.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The plusBusinessDays will avoid weekends.
I feel like for holidays, it might be easier to use a separate rule and IF/ELSE statements.
---
For example...
---
A few notes on this rule...
---
Let us know what you think!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I knew this solution, but this is not the only objective because the holidays can be multiple in a year, so I want to check the holidays occurs in between start or end date or equals to as well, this solution only solves the equals to query, what if the holidays occurs in between the start date and end date and more than one holiday occurs in between?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have designed this rule, I have use the Lable field because there is not multi-date custom field in Jira, I have added some holidays in the label field in the desired format("yyyy/mm/dd"). I am able to retrieve what is in between and how many holidays occurs in between, but there is silly bug in this for each rule that whether it runs one time or 1000 times it only increments on on whole cycle.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.