I am trying to create an automation that will send an email that sends a list of all issues we released that day.
I am using a lookupIssues but when I keep getting a Content error.
If possible a list of issues would look like
Key | Summary | Priority | Assignee
Key | Summary | Priority | Assignee
Key | Summary | Priority | Assignee
I have tried a simple lookup like this but even it doesn't work.
{{#lookupIssues}}
*Issue Key: {{key}}
{{/}}
Any ideas on how to get this to work?
Hi @Sarah McDonald , welcome to the community!
If it helps as reference here is a working example of something similar to what you've described.
<ul>
{{#lookupIssues}}
<li><a href="{{url}}">{{key}} : {{Summary}}</a></li>{{/}}
</ul>
Like the others have mentioned sharing more about your current rule will help with troubleshooting
Hi @Sarah McDonald -- Welcome to the Atlassian Community!
For a question like this, context is important for the community to help. Please post the following:
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.