I want to create an automation that automatically creates milestones of the project and due dates of milestones. For example, my project (issue type domain initiative) starts at the 8th of march. The domain initiative field start date is set to be 8th of march. Once this is set I want according to this date to set 10 milestones.
1. 10 business days from the start date
2. 20 business days
3. 25 business days
4. etc...
I really do not know how to use smart values for this...
P.S
I already created an automation that when a domain initiative is created automation creates 10 milestones :)
Hi @Petar Cvetanovic and welcome to the Community,
You can add business days to your start date like this:
{{issue.Start date.plusBusinessDays(10)}}
issue.Start date is a reference to your Start date custom field. Just apply the same logic for your other milestones, replacing '10' with the appropriate number of business days.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.