Hello, I am trying to convert in jira automation, a variable into a date. The variable is caught from the issue description field, where a due date is set as plain text. Next I try to manipulate the date with syntax:
{{Variable.toDate.plusDays(14).format("dd.MM.yyyy")}}
When I try to print out the result, it returns as empty. Log only returns the syntax with any explanation.
The idea is to compare the date from the description (variable) with and if else statement, with todays date.