Hi, I have a lookup issue and I am trying to display the time from now when the issue was last updated. I am attempting to use `now` however it is empty when doing it from inside a list. I have tried using _now also and I am unsure how I would go about doing this.
This is within Jira automation inside of an email. {{now}} on its own is empty however {{updated}} is showing the proper value. A small example of what I am doing is and is not showing anything for both of these values. I have confirmed there are actually items in the lookupIssues.
```
{{#lookupIssues}}
{{ now }}
{{ updated.diff(now).prettyPrint }}
{{/}}
```
Hi Blane,
Apologies but it appears this is a bug: https://codebarrel.atlassian.net/browse/AUT-2119
Looks like some of our smart-values don't currently work correctly inside a lookupIssues block.
Cheers,
Andreas
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.