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