Regarding automated notifications (emails), can Jira account for holidays?
For example, within the body of the email, we have logic to populate an actual date:
Please provide feedback or approval within two business days (July 5, 2021).
The issue is that we are closed July 5th because it's a holiday, so the date should be July 6, 2021.
Is there logic I can add to the notification? Here is what we have:
Please provide feedback or approval within two business days ({{Now.plusBusinessDays(2).longDate}}).
Thank you
@Robert Hauser I am not able to find the smart value for Non-working day list (which has list of Non working days which we can define in Board Settings.
As a workaround you can create a custom field (multiselect) and enter the Non working dates. Then use Jira project automation to compare the dates and accordingly you can display your usual date or +1day according to the output of compare dates.
Also you need to consider looping/ branching to get the next valid working day and develop your Automation
Hope that helps!
Thank you! I will give that a try.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Robert Hauserdid you manage to get this working?
I'm trying to achieve a similar result (in Jira Server), however accessing the multiselect field containing the non-working dates doesn't seem to retrieve anything *unless* the user has actually selected one or more values.
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.