Forums

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

Is there a way to automate the reminder 1 day before sprint closure?

Dheeraj Kumar C
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!
November 22, 2025

Hi All,

I need some help to prepare the JQL query or any other way to automate and send the reminder to the team members 1 or 2 days before the automated sprint closure.

Thanks in advance,

Dheeraj

2 answers

2 votes
arielei
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.
November 22, 2025

Hey @Dheeraj Kumar C 

You can achieve this by creating the following automation:

Trigger - Schedule to run every day with JQL condition : sprint in openSprints()

If Smart value : {{now.diff(sprint.last.endDate).businessDays}} equals 2

Action: Send email or Slack or teams (depending on what method you want).

 

Best regards,

Ariel

0 votes
Benjamin Anderson
Contributor
November 22, 2025

You can use Jira Automation → Scheduled rule: run daily with JQL sprint in openSprints() and add an email/Slack action. Schedule it 1–2 days before sprint end. JQL alone can’t trigger reminders.

Suggest an answer

Log in or Sign up to answer