Forums

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

6th Business Day of Following Month

darren.johnson October 25, 2021

How do I change this so it populates a due date that falls on the 6th business day of the following month, the image works for the 1st but how do I change it for the 6th ?

image.png

1 answer

1 vote
Jack Brickey
Community Champion
October 25, 2021

I’m unsure if you can construct it all in the one action. One idea would be to have a subsequent action to set the duedate and include the following

{{issue.dueDate.plusDays(6).toBusinessDay()}}

note I have not tried this so some tweaking may be necessary. You should add an action beforehand - re-fetch issue data - to insure you get the new duedate set in previous action.

Suggest an answer

Log in or Sign up to answer