I have found this to calculate next Monday how do I calculate the Monday of this week, even if in the past.
{{now.withNextDayOfWeek("MON")}}
Hi @Myles Boyd
Please try using one of the with... functions, such as
Kind regards,
Bill
UPDATE:
Those functions are not working with the inline format for Jira Cloud, tested as recently as today, 15 Feb 2025 0845 Pacific Time. I do not know when they stopped working.
The only one that is currently working is the long-format of withDayOfWeek():
{{#now}}func=withDayOfWeek(1), format="yyyy-MM-dd"{{/}}
Please see a related post on my testing for the functions:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hoping its
.withNextDayOfWeek("MON").minusDays(7)
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.