Hi,
I'm trying to get an automation rule to set due dates on my tickets automatically by moving them into the "in progress" column.
We have a specific field to check which ticket is to be executed on each day of the week. This part of the automation is working.
I cannot get the date to work as expected though.
The idea is that when I move an issue into the "in progress" column, the rule will execute and edit the issue duedate field to set it for the next day_of_the_week
Any input on how to write the smart-value for the "duedate" field would be greatly appreciated.
As an example, let's say I need something for "next Monday" ?
Hi @Maarten SMETS ,
please try something like:
{{now.withNextDayOfWeek("MON")}}
See here for the reference: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/
Hey Hana,
Wauw, that was so much easier than what I was trying...
Thanks!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.