Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Set start date automatically 1 month

David Diephuis March 4, 2022

I would like to set the start date of a recurrent task one month after the original start date.

 

What code should i use ?

I have tried 

 

{{issue.startDate.plusDays(182)}} 

this does not work

1 answer

1 vote
Pramodh M
Community Champion
March 4, 2022
 
Welcome to the Community!!
You need to have a date-time custom field and create the Automation to add the action - edit the field and use the smart value
 
{{now.plusDays(14)}}
Thanks,
Pramodh
David Diephuis March 7, 2022

Dear Pramodh,

My Start date is still 'NONE' as a new issue is being triggered. I have used several formula's to try. Could you give me an exact formula in where this should work. Ik must be one month after the startdate of the original issue. 

With Due date i inserted {{Duedate.plusDays(30)}} and it worked.

With Start date i tried {{Startdate.plusDays(30) and it didn't work.

???

Suggest an answer

Log in or Sign up to answer