I am doing an automation for reporting issues due within 3 days for a certain team on a Sprint board.
The following issues are due within next 3 days:
{{#lookupIssues}}
<a href="{{url}}">{{key}} - {{issue.status.name}} - {{summary}} - {{assignee.emailAddress}} </a>
{{/}}
I think you have to replace {{issue.status.name}} with {{status.name}}, because inside the {{#lookupIssues}} loop the "issue" variable is already implied.
Hope this helps.
Thank you, Sir! I appreciate the help. It's working now.
Donna
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.