Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Help with an automation rule

Mihai Vasile
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 27, 2025

What I need is the rule to go through all new work items in a project and if it doesn`t find a due date on one of these it should shoot a mail back to the reporter so he can add a due date. 

I want to start with the fact that our Jira instance does send out mails normally but just doesn`t do so for this automation. 

I have this : 

  1. WHEN :  It`s scheduled to run at 10 am every day. The JQL reads as follows : project = MYPROJECT AND duedate is EMPTY
  2. FOR current work item : branch.jpg
  3. THEN : Send mail : sendmail1.jpg

But this doesn`t seem to work. 

Any help is appreciated! 

Thank you! 

Mihai

4 answers

2 votes
Gor Greyan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 27, 2025

Hi @Mihai Vasile

Welcome to the Atlassian Community!

There you don't need branch.
Try this one.

Trigger: Scheduled --> JQL - project = PROJECT AND duedate IS EMPTY

Action: Send e-mail
To: Reporter
Subject: --- 
Body: --

Please let me know.

2 votes
Deivid Araujo
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 27, 2025

Hi, Mihai. Welcome to the Atlassian Community!


If you use the trigger like this:

autom1.png

 

You don't need to user "For current issue" or any other loop, because you already set that in the automation trigger. So would be something like this:

autom2.png

 

I started with a potential solution since it’s the most likely fix for your issue. That said, if you can share the automation logs and a bit more context about the “not sending email” part, that would help a lot.

 

 

1 vote
Jeroen Poismans
Community Champion
October 27, 2025

Hi Mihai,

The other community members already answered your exact question, so that is covered. 

Why don't you force the due date at creation of the work item OR require it on a transition where you really need to have that due date?

This way you fix the behavior at the root instead of patching it afterwards, resulting in a better user experience because your user does not have to revisit and correct?

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 27, 2025

Hi @Mihai Vasile -- Welcome to the Atlassian Community!

I agree with the suggestion that requiring the Due Date when the work item is created might be better than sending reminders later.

When you still want to send reminder emails, please consider sending one email per reporter per day in case they submit multiple work items.  This knowledgebase article describes a similar scenario to use as a template.  You may want to adjust the JQL for the Lookup Work Items action to only check work items created in the last 24 hours...and which are not already resolved.

https://support.atlassian.com/automation/kb/automation-rule-to-send-single-email-for-all-issues-per-assignee-due-next/

 

I also recommend pausing to understand why the Due Date field is required in your process.  That is, what problem are you trying to solve?  This may reveal other possible improvements and mitigate unintended consequences.  (For example, to bypass a required field, people may enter a dummy value when they do not have a date yet, and then clear the value later.)

 

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events