I am trying to get an automation to work.
I have set a variable and used Reg ex to get the data from the description.
{{issue.description.match("date created: ?(.*)")}}
What I want to do is an Advanced Compare condition to say if by variable is after today.
I can not get it to work. Im guessing that my date formats are not correct but don't know where to look.
Can anyone help