You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.