Forums

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

Clear an additional 'date' field in automation

David Lee February 21, 2023

I have an automation running to add dates in based on a label, I now want to clear the date fields and I'm not sure how

This is working to add in, what can I do to set the Target start and Target end dates to empty values?

{
"fields": {
"Target start" : "2023-02-23", "Target end" : "2023-03-22"
}
}

1 answer

1 accepted

1 vote
Answer accepted
Mark Segall
Community Champion
February 21, 2023

Hi @David Lee - I beleive you just replace the dates with null:

{
   "fields": {
   "Target start" : null, "Target end" : null
   }
}
David Lee February 21, 2023

 @Mark Segall I did that before submitting the request but with caps NULL. Tried lowercase and it works a treat.

Thank you!

Like # people like this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events