I am trying to build an automation to share the tickets that were created and the SLA due date.
But I can't display the value on Slack.
you can see that behind the word "Before" there is no data.
Hey @Hector Valenzuela ,
What kind of field is customfield_10088?
If It is a date you cannot use {{customfield_10088.value}} automation will return empty when you use dates with list functions. You have to format it, like {{customfield_10088.format("dd/MM/yyyy")}} or {{customfield_10088.jiraDate}}
You can find more ways to format it in this document.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.