{{#if(equals(
{{issue.comments.reverse().get(0).created.jqlDate}}, {{now.jqlDate}}
))}}{{issue.comments.reverse().get(0).body}}{{/}}
Hello @Neville
If I understand your ask correctly, if there is a comment which was put in today, you want it?
Please try below:
{{#if(equals(comments.last.created.jiraDate, now.jiraDate))}}{{comments.last.body}}{{/}}
If thats not the requirement, please clarify.
Also please share your rule sceenshot so we can look at your rule.
Hope it helps. Thanks!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.