Greetings, community!
I have an unconventional approach here - we're using one of the Business Projects as a corporate calendar, with several types of issues like sick leaves, vacations, etc.
Naturally, public holidays of the country are entered manually and are a separate type of issue.
And we also need to count days to make reports via exply.
So we have a separate field for days count which is populated via {{issue.duedate.diff(issue.customfield_11607).abs.BusinessDays}}
Now the question: we have only business days accounted for, weekends excluded - that is fine.
But is there a possibility, maybe through automation to add to this smart value query a condition that would also ignore the dates, on which a separate type of issue (public holiday) appears?
Perhaps, via a call to the API?