Dear Community,
It is probably a stupide question, but I am trying to set up an automatic rule that will trigger a weekly email with a list of tickets which should include:
The rule itself, is working fine, but I am not receiving any value for the [components field].
I tried different typo:
issue.components.first.name
components.first.name
components
component
component.name
components.name
but, still not working ;(
Thanks for your help!
Oh the HTML
<table style="width:90%;border:1px solid black;">
<tr style="height:30px;">
<th style="border:1px solid black;vertical-align:bottom;width:80px;">Issue Key</th>
<th style="border:1px solid black;vertical-align:bottom;width:80px;">Components</th>
<th style="border:1px solid black;vertical-align:bottom;width:80px;">Status</th>
<th style="border:1px solid black;vertical-align:bottom;width:80px;">UpdatedDate</th>
<th style="border:1px solid black;vertical-align:bottom;width:300px;">Summary</th>
</tr>
{{#lookupIssues}}
<tr>
<td style="border:1px solid black;vertical-align:top;width:80px;"><a href={{url}}> {{key}}</a></td>
<td style="border:1px solid black;vertical-align:top;width:80px;"> {{components.name}}</td>
<td style="border:1px solid black;vertical-align:top;width:80px;"> {{status.name}}</td>
<td style="border:1px solid black;vertical-align:top;width:80px;"> {{updated.mediumDate}}</td>
<td style="border:1px solid black;vertical-align:top;width:300px;"> {{summary}}</td>
</tr>
{{/}}
</table>
Sadly it's not working... I start to think that it might be related to this specific smart value? as I followed recommendations from this page
-https://support.atlassian.com/jira-software-cloud/docs/smart-values-general/
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.
Unfortunately, Lookup Issues does not support the components field yet:
Here is the suggestion to add more fields to Lookup Issues:
https://jira.atlassian.com/browse/JRACLOUD-75018
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One more thing to try, @Beatrice_Dutoit
If you just need a weekly email / report, you could create a filter, add the fields you need, save it, and subscribe to have it send you an email on a schedule. Please look here for more information:
https://support.atlassian.com/jira-software-cloud/docs/save-your-search-as-a-filter/
https://support.atlassian.com/jira-software-cloud/docs/work-with-search-results/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bill Sheboy
Thanks a lot for your feedback.
It's exactly what I will be doing then!
But happy to know that is not related to a wrong implementation :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you're ok using something other than native Automation, our app, Notification Assistant for Jira would let you set up scheduled notifications. We released the first version of our Template functionality today, and plan to release further end user ability to customize it in 2-4 weeks.
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.