Hi All,
Ive been spinning my wheels here so I figured I would reach out. I am trying to create an automation to copy the following date format to the Start date field (date picker)
Format: YYYY-MM-DD
Here are Screenshots of my automation and the log showing failure
Please help !
Here is the full text from the Edit issue Fields Action:
{{issue.description.match("(?<=Start Date:\\s*)\\d{4}-\\d{1,2}-\\d{1,2}").toDate("MM/dd/yyyy").*”)}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.