We're trying to auto-generate the due dates for our team at each step of our project processes.
However, our deploy dates can't ever be on a Friday. How would we tell the date logic to skip this day of the week?
My guess is that we'd have to use {{dayOfTheWeek}} in combination with a conditional statement in the Automation advanced field editing JSON area. Does anyone have any experience with this?
Are you also skipping the weekend?
Eg, you simply want: Due Date = next Monday-Thursday after Deploy Date
Probably a few ways to do it, but try something like this:
Then, if true:
And if false:
Thanks Tim!
Your answer sent me in the right direction, and now I'm using
It's working beautifully! Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @[deleted]
What is the current logic of assigning the deploy dates?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your question! It's pretty simple right now, we're just adding 1 regular day (as opposed to M-F business day) to the previous date field's value - at least, in most instances.
{{customfield_12432.plusDays(1).jiraDate}}
But now we need it to always skip Fridays.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.