Hi All
I have created an automation rule to send email with a list of issues and the valus of due date is not returned. All other values are returned properly.
<ul>
{{#lookupIssues}}
<li>{{key}} - {{summary}} - {{duedate}} - {{description}} - {{assignee.displayname}}</li>
{{/}}
</ul>
Can you please help what I am doing wrong as per above ? The filed name ?
Thank you
Hi @Chronis Kalfas -- Welcome to the Atlassian Community!
Unfortunately due date is not one of the fields supported by the Lookup Issues action:
And it may not be added due to the possible performance challenges; there is a suggestion to add more fields to that action: https://jira.atlassian.com/browse/JRACLOUD-75018
There are two possible work-arounds for this if you really need the due date in that email:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bill Sheboy Yes. The feedback I got is that this is not returned, for performance reasons. So its not because of the syntax.
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.