Hello,
Im trying to make a scheduled ticket with a due date,
What is the query for 3 months?
I have it writen down as the following for now:
"{{now.plusBusinessDays(90d)}}"
Hi @xandrico ,
Just remove "d". Use {{now.plusBusinessDays(30)}}
More examples: https://support.atlassian.com/cloud-automation/docs/examples-of-using-smart-values-with-dates/
Hi Xandrico,
you don’t need the D in the 90 days. Just 90. And 90 business days is a really long time. You may just went days and not business days just days with me calendar days.
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.