You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
<table style="width:100%;border-collapse: collapse;border:1px solid black">
<tbody style="border: 1px solid black;>
<tr>
<th style="border: 1px solid black;">Issue Key</th>
<th style="border: 1px solid black;">Summary</th>
<th style="border: 1px solid black;">Assignee</th>
<th style="border: 1px solid black;">Reporter</th>
<th style="border: 1px solid black;">Break Description</th>
</tr>
{{#issues}}
<tr>
<td style="border: 1px solid black;"><a href={{url}}>{{key}}</a></td>
<td style="border: 1px solid black;">{{summary}}</td>
<td style="border: 1px solid black;">{{assignee.displayName}}</td>
<td style="border: 1px solid black;">{{reporter.displayName}}</td>
<td style="border: 1px solid black;">
{{#if(issue.customfield_10006.lt(1))}}
This issue is missing story points.{{/}}
{{#if(issue.customfield_10202.isEmpty)}}This issue is missing acceptance criteria.{{/}}</td>
</tr>
{{/}}
</tbody>
</table>
the if clause should print the string provided but its not , can you please help?
Hi @Girish Vidhani -- Welcome to the Atlassian Community!
First thing: when posting a question like this, please include an image of the complete automation rule, images of any relevant actions, and an image of the audit log details showing the rule execution. Those will provide context for the community to offer suggestions.
Until we see those...
It seems you are using Jira Cloud. Is that correct?
If so, the smart value {{issues}} for bulk-handling of issues is only supported in Jira Server / Data Center, not Jira Cloud.
Instead Jira Cloud uses the Lookup Issues action, and the smart value {{lookupIssues}}. Please look here to learn more about that action: https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Lookup-issues
Next...you appear to be using smart value, list filtering inside of the iterator: https://community.atlassian.com/t5/Automation-articles/Filtering-smart-value-lists/ba-p/1827588
When that conditional filtering is used, you are already inside of the iterator and so the {{issue}} prefix is not used with smart values; only the field name is used, such as for your field customfield_10006.
Kind regards,
Bill
Dear Girish,
It's a little bit difficult to undestand you question based on html code.
Could you pls share some more information or some screen.
Thanks.
pg.
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.