Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Calculation of business day in intelligent value

Ana Luiza Chagas
Contributor
May 24, 2023

Hey guys!

I'm doing an automation in jira where my goal is to send an email containing the review date of my project: last day of the sprint + 1 day, the next day being a business day.

I'm using the smart values ​​to help me so I tried: {{sprint.endDate.jiraDate.plusDays(1).toBusinessDay()}}

But to no avail, does anyone know how the smart value can be written?

Thanks!

1 answer

1 accepted

0 votes
Answer accepted
omcg May 24, 2023

Hi Ana,

Something like this might work:

{{sprint.endDate.plusDays(1).toBusinessDay}}

Hope this helps!

Ana Luiza Chagas
Contributor
May 25, 2023

This solution worked fine, thanks! @omcg 

omcg May 25, 2023

Perfect, I'm glad this worked for you @Ana Luiza Chagas! Could you kindly mark the answer as an accepted solution?

Suggest an answer

Log in or Sign up to answer