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
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
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