We are trying to create some structure groupings based on dynamic dates, basically if the JIRA was created more than 30 days ago.
We tried each of the following and all came back with a "cannot parse" error message.
{{now}}
{{#now}}
<-30d
We are using JIRA 8.5.9, so I am not sure if it is a version issue or syntax.