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 ?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.