Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Run an automation that triggers at the DueDate but at a specific time

Hello!

I am trying to create a rule for a project that should send an email to the reporter at the DueDate chosen by him but at a time that I want to default.

For instance, the reporter will choose a date like tomorrow but I want the email that will be sent by automation will be sent at 5 pm.

Is this possible?

2 answers

0 votes
Kian Stack Mumo Systems
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 02, 2023

Yes,

 

All you need to do is run a scheduled rule each day when you want to send the email.

 

Then use the JQL "duedate = endOfDay()" inside of the Scheduled trigger to pull issues that are due today.

 

Screen Shot 2023-10-02 at 9.48.49 AM.png

 

Screen Shot 2023-10-02 at 9.48.53 AM.png

0 votes
Marcus Jones
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.
Oct 02, 2023 • edited

Hey David!

 

There may be anoter/better way to do this, but I have similar requirements in a couple projects and I solved using the below automation.

You can create a scheduled automation that runs every evening at 5pm. You can use a JQL query to pull relevant tickets like only ones that are not closed and/or don't have a resolution. Then create a variable. I call mine {{DueDateCompare}} = {{now.diff(issue.duedate).days}}. 

Then create an If block and set your requirements like: Status != Closed and {{DueDateCompare}} = 0. 

You can then craft your email gets sent based on the above section results.

Scheduled_JiraAutomation.pngJira_DueDateCompare.pngJIra_DueDateCOnditions.pngDueDate_SendEmail.png

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events