Forums

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

automation: target start now+45d

Aaron Rose October 5, 2023

Hi! When a user transitions an issue to approved status, I would like the automation to adjust the target start date to now +45d. 

Right now I'm using this JSON but its obviously wrong. 

{
"fields": {
"Target start": "{{now.+45d}}"

}
}

 

Thank you!

Aaron

2 answers

2 accepted

2 votes
Answer accepted
Laurie Sciutti
Community Champion
October 5, 2023

Hi @Aaron Rose ~ try this:

 

{
"fields": {
"Target start": "{{now.plusDays(45)}}"

}
}

Aaron Rose October 19, 2023

Worked perfectly! Thank you Laurie 🙌

 

Aaron

Like Laurie Sciutti likes this
1 vote
Answer accepted
Laurie Sciutti
Community Champion
October 5, 2023

Hi @Aaron Rose ~ try this:

{
"fields": {
"Target start": "{{now.plusDays(45)}}"

}
}

Aaron Rose October 6, 2023

Thank you Laurie 🙌 Worked great!

Like Laurie Sciutti likes this

Suggest an answer

Log in or Sign up to answer