How to set a reminder on a Jira issue

Pick the method by who needs the reminder and when. Use a reminder app for a follow-up on one issue at a time you choose. Use Jira automation for the same rule across many issues, a filter subscription for a regular list, and the due date digest for deadlines.

Atlassian’s public request for reminders on issues at a specific date and time, JSDCLOUD-12377, was still under review on 14 September 2026. This page is written by the developer of Follow-up Steward, a reminder app for Jira.

Compare the methods

MethodBest forWho is notifiedSetup
Reminder appA follow-up on one issue at a date and time you chooseYou, chosen colleagues or the assignee, depending on the appAn administrator installs the app once
Scheduled automation ruleThe same reminder rule across many issuesThe people or fields the rule emailsA rule with a schedule, JQL and an email action
Filter subscriptionA regular email list of matching issuesYou, or a group you belong toA saved filter and a schedule
Due or overdue digestDeadlines on assigned issuesAssignees of issues due today or overdueBuilt in; each person can turn it off

Set a reminder with an app

A reminder app adds a panel to the issue where you choose recipients, a date and a note. Apps differ in recipients, repeat options, channels and price; see Jira reminder apps compared. In Follow-up Steward:

  1. Open the issue, choose Apps under the issue title and select Follow-up reminders.
  2. Select Add reminder.
  3. Choose Me, named colleagues or Current assignee.
  4. Pick a date and time at least five minutes ahead and check the time zone.
  5. Optionally select Repeat and add a note, then select Save.

Jira sends the email when the reminder is due, and the issue’s Due Date stays unchanged. The user guide explains schedules, personal snooze and email statuses.

Create a scheduled automation rule

Jira automation suits a reminder that applies to many issues in the same way. A project or site administrator usually sets it up.

  1. Create an automation rule with the Scheduled trigger and choose how often it runs.
  2. Add JQL that finds the issues, for example status = "Waiting for customer" AND updated <= -3d.
  3. Add a Send email action addressed to the assignee or another person field.
  4. Turn on the rule and check its audit log after the first run.

Reminders go out when the rule runs, for every issue the JQL finds. Rules use your site’s automation allowance. Atlassian publishes an example rule that reminds assignees to log work, updated 25 September 2025, and explains how automation usage is calculated.

Subscribe to a filter

A filter subscription emails the issues that match a saved filter on a schedule. It suits a regular review rather than one follow-up.

  1. Search with JQL, for example assignee = currentUser() AND duedate <= endOfWeek() AND statusCategory != Done, and save the filter.
  2. Run the filter, select Details next to its name and create a new subscription.
  3. Choose the recipient and schedule, then select Subscribe.

You can subscribe yourself or a group you belong to; group subscriptions need the Manage Group Filter Subscriptions global permission. Each email includes up to the first 200 results. Source: Atlassian, filter subscriptions, checked 14 September 2026.

Check the due or overdue digest

Jira Cloud sends a daily digest to the assignees of work items that are due today or overdue, at around 8–9 am local time, by email and in the notification drawer. Each person can turn it off under Personal settingsDigests.

If the reminder you need is the issue’s deadline, the digest may be enough. It does not notify other people or remind anyone on a separate follow-up date. Source: JRACLOUD-91990, checked 14 September 2026.

Before you rely on an email reminder

Comparing apps? See reminder apps for Jira Cloud or Follow-up Steward pricing.