Jira Service Management:
I am trying to create an automation that sets the Due Date to be Next Thursday regardless of when ticket was submitted.
E.g; If I create a ticket between October 20-25, 2023, it should automatically set Due Date to be Thursday, Oct 26, 2023. Likewise for all other weeks.
Hi @Nirav Patel ,
Maybe you can fulfill your requirement using this Smart value:
{{[date].withNextDayOfWeek(["day"])}}
On this link you will find more information about it:
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/#--
Cheers,
Esteban
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.