Hi everyone,
I’ve created a rule with a ‘Scheduled’ trigger to run on all working days. However, I want it to exclude holidays.
I’ve added next Monday as a holiday in the board, but the rule still shows that day as scheduled. Am I missing a step to ensure holidays are excluded?
Any guidance would be appreciated!
Unfortunately there is no way to get the configured non-working days for a board yet. Here is a suggestion to add that feature to the REST API: https://jira.atlassian.com/browse/JSWCLOUD-23009
As a workaround, you could use the condition test @Trudy Claspill describes, with these possible sources for the holiday list:
Kind regards,
Bill
Thank You
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Schedule component of an automation rule schedule does not take into consideration holidays. It is purely a CRON function looking at the date/time of the Jira system.
If you want it to not execute actions on specified dates you will have to add a Condition after the trigger to ensure the current date is not one of your holiday dates.
There is not an Automation function to look at holidays you have defined in another Jira feature. You would need to explore the Jira REST API to see if that information could be obtained through an API call.
https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#about
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank You
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.