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?
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:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.