Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I want to send a notification to team leaders with a list of issues that missing a specific value in a field WHEN a sprint start (by board)
U see Automation for JIRA has the Sprint Start trigger but don't know how to send a list of items that answer the condition. Is that possible? Advanced filter search doesn't answer my specific need for notification per board.
Thanks!
Try this to solve the problem:
project = {{issue.project}} AND sprint IN openSprints() AND myfield IS EMPTY ORDER BY Key
Here are the issues missing our data:
<ul>
{{#lookupIssues}}
<li><a href="{{url}}">{{key}} - {{summary}}</a></li>
</ul>
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.