I'd like to only have the email notification sent when there are tasks. As is, when there are no tasks, the email just sends the template with no tasks.
("target end" > startOfDay(-5) and status != done and "target end" <= endOfDay() and status != done OR "target end" < -5d and status != done)
I've seen this thread, but this is not what I need.
Hi @Karl Jackson - I would recommend this:
If no issues are found, there will be nothing to branch against and no email will be sent.
Thanks...One additional question, how do I get more than one to show within the same email, instead of separately? It's not set up to send all to the project lead, not the individual assigned to the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh for this you'll need to do something else:
{{lookupIssues.size}}
Greater Than
0
{{#lookupIssues}}
<ul>
<li><a href="{{url}}>{{key}}</a> - {{summary}}</li>
</ul>
{{/}}
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.
Is this what you're referring to? Asking because I ran the rule but didn't get any emails...I do have it scheduled to send at the next half hour, so we'll see
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No - My last message was intended to be a replacement for your current rule. You don't want the branch because that will iterate and send an email for every issue that meets the criteria. You'll want to add a new Lookup Actions action right after the trigger, move your condition and send email action right under that and then delete the Branch.
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.
No problem - Right after the Trigger, you want to use a Lookup Issues action with the desired query. Then you want to remove the JQL from your trigger.
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.
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.