Forums

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

Need help to create an automation to send an email 1 hour before Sprint is scheduled to start

Carolyn White August 14, 2025

Frequently people get sidetracked and forget to close the sprint and start the next one, sometimes by a few days. This causes distorted and inaccurate data. How do I create an automation to send specific people an email reminder one hour before the sprint is scheduled to close/start?

The part that is causing the problem is the smart value in Then: Create variable. Neither ChatGPT or I can come up with something that works. 

So far I have:

Trigger: When: Scheduled (Every 3 weeks on Monday at 10:00AM)

IF Project = ABC

THEN: Create variable

 AND: Send email    

 

Suggestions?

 

1 answer

1 vote
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.
August 14, 2025

Hi @Carolyn White 

First thing: In my opinion, I recommend not using any bot / AI-generated guidance for automation rule writing, including that provided by the built-in Atlassian guesser.  These tools apparently cannot access your individual Jira site's configuration, projects, etc. and so generic guesses may be unhelpful, at best, or perhaps not even work for your site.

 

For some things to try...

Are your sprints scheduled to always start (or end) on a specific cadence?  If so, just use that information in a Scheduled trigger rule in your specific project, and send the email.

 

If instead there is variation in the start / end cadence, the rule could run the schedule more frequently, and test when it is time to send the email.  Unfortunately, this rule would need to run hourly (on your working days) to ensure full coverage.  For example:

  • trigger: scheduled, hourly and with no JQL in the trigger
  • action: lookup work items, with JQL to get the items in the open sprint
  • smart values condition: to confirm some results were found
  • smart values condition: for the first item in the lookup, filter to get the active sprint's endDate, and compare to check if that is within your timeframe (i.e., within an hour)
  • action: send the email reminder

 

Kind regards,
Bill

Suggest an answer

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

Atlassian Community Events