Forums

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

Automatic reminder

Tomer Gartenhaus
August 20, 2026

Hello, does anyone knows if there is a way to send automatic reminders for people in Jira?
For example, if someone has an investigation under him, after two weeks they will receive an automatic email that asked to describ the status?

6 answers

5 votes
Varun Chillamcharla
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 Champions.
August 20, 2026
Hi Tomer,
 
Yes, this is a great fit for Jira Automation. Here's the general pattern:
 
1. Set up a scheduled rule (Trigger = Scheduled, run it once daily)
2. Add a JQL condition to catch issues where the assignee's had it open for exactly your target duration, something like: assignee is not EMPTY AND status = "In Progress" AND created <= -14d AND created > -15d — that narrow range is what keeps it firing once on the right day instead of every day after the threshold
3. Action: Send email (or Send notification) to the assignee asking them to update the status
 
I've built something similar before for a recurring compliance check-in, and that exact-day JQL range is really the key part — without it you'd end up emailing people every single day past the 14-day mark instead of just once.
 
If you want it to repeat every couple weeks instead of a one-time nudge, just adjust the JQL to check for multiples of 14 days instead of a single window.
Tomer Gartenhaus
August 23, 2026

Hi, thanks! I tried to do this, but without success. How can I get Teams online support or phone assistance?

Varun Chillamcharla
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 Champions.
August 23, 2026
Hi Tomer,
 
Atlassian doesn't offer general phone support, and live chat is only available on Premium or Enterprise plans. For most cases, support is through a ticket at support.atlassian.com, they respond via that channel, not phone.
 
Before going that route, it'd help to know exactly what happened when you tried the rule, did it not trigger at all, or did it trigger with an error? If you can share a screenshot of the rule's audit log (Project Settings > Automation > your rule > Audit log), I can help pinpoint what's going wrong directly rather than you needing to wait on a support ticket.
2 votes
Fatma Uzundemir from The Starware
Atlassian Partner
August 21, 2026

Hi @Tomer Gartenhaus

Welcome to the Atlassian Community !

Native automation covers the basic case, but it gets messy once you need recurring reminders, relative reminders (like "3 days after this is updated/resolved, ping again if nothing happened"), or something private just for one person.

🌱 If you're looking for a cleaner solution that avoids creating hundreds of personal projects, I'd recommend taking a look at Issue Reminders. Quick rundown of what it does:

  • Daily, weekly, or one-off reminders
  • Relative reminders - e.g. fires again X days/hours after resolution or update if there's no activity
  • Private reminders, visible only to the person it's for
  • Add specific users or whole Jira groups in a couple clicks
  • Sends through Email, Slack, MS Teams, or Google Chat
  • Message templates are fully editable
  • Rules can be set globally or scoped to a project
  • Can also auto-post the reminder as a comment on the issue

Happy to share more if it's useful for your case.

Reminders-1.pngReminders-2.pngReminders-5.png

🍀 To learn more, feel free to contact me or explore the application through the Atlassian Marketplace link I’ve provided. 

Disclaimer:I work for the vendor who developed this application.

0 votes
Thiago Wenceslau -Appfire-
Contributor
August 28, 2026

Hi @Tomer Gartenhaus

I’m Thiago, a support engineer at Appfire.

If you are considering third-party apps, you could easily set up this automatic reminder using JMWE(Jira Misc Workflow Extensions), with just a few clicks, here’s how:

 

We will create a Scheduled Action which runs every day, then we filter with JQL which issues we are targeting, for example:

project = "My Project" AND issuetype = Investigation AND updated <= -2w

Screenshot 2026-08-28 at 06.08.04.png

Then, we can choose which actions we want to do, in this case, we will send an email notification to the issue Assignee:

Screenshot 2026-08-28 at 06.09.09.png


Additionally, you could create another validation with a Nunjucks script, as shown below:
 Screenshot 2026-08-28 at 06.09.31.png

Note: You need to configure the email ports on JMWE Configuration to be able to send emails. Additionally, Investigation is not a default issue type, this is just an example on how you could setup, you should choose your criteria based on your project needs. 

Please contact our support if you have any other questions about this.

Best regards,
Appfire support team

0 votes
Igor Medeiros - Modus Create
Atlassian Partner
August 27, 2026

Hi @Tomer Gartenhaus

Adding to what Varun sent, scheduled rules often send nothing because of one setting. In the Scheduled trigger, tick Run a JQL search and execute actions for each issue in the query. Without it the rule fires once with no issue context, so Send email to Assignee resolves to nobody.

For recurring reminders on a CRON schedule with reusable templates across projects, our app Notification Assistant for Jira covers it without rule upkeep.

Feel free to reach out.

0 votes
Ethan Caldwell
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!
August 21, 2026

Yes, Jira Automation can handle this. You can create a Scheduled rule that checks for investigations not updated for 14 days and emails the assignee asking for a status update. Atlassian supports scheduled JQL searches with a Send email action.

For example:

status = "In Progress" AND updated <= -14d AND assignee IS NOT EMPTY

Then set the email recipient to Assignee. I’d also add a condition so the same person doesn’t receive the reminder every day after the 14-day mark.

This should work well for investigations where regular status updates are required. stickmanhook.com.br can stay separate from the Jira workflow.

0 votes
Tinker Fadoua
Community Champion
August 20, 2026

@Tomer Gartenhaus 

Automation for Jira is the best way for your use case

https://support.atlassian.com/cloud-automation/docs/jira-cloud-automation/

Let us know if you have any questions.

Best,

Fadoua

Tomer Gartenhaus
August 23, 2026

Hi, thanks all. I tried to do this, but without success. How can I get Teams online support or phone assistance?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events