The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Due date reminder

Martina
Contributor
November 21, 2023

Hey all, 

does anyone know how to set a rule in Jira that sends a slack message 2 days before the due date of an issue?

I know how to do the slack part but I don't know about the one that sets the due date - 2 days

Thank you!

3 answers

2 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

3 votes
Answer accepted
Tim Kopperud
Community Champion
November 21, 2023

Hi @Martina, you might add an automation rule triggered by schedule and define a JQL for the due period needed, e.g., like this:image.png

The JQL will be like this

due > endOfDay(1) and due < startOfDay(3)

TimK.

1 vote
Answer accepted
Muhammad Moazzam Hassan
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 Champions.
November 21, 2023

Create automation rule on Scheduled basis and use the query duedate >= startOfDay(2) and duedate < startOfDay(3). 


This query will return those issues whose due date is after 2 days, and then you can send slack message.

0 votes
Martina
Contributor
November 21, 2023

Thank you so much @Muhammad Moazzam Hassan @Tim Kopperud !

I really appreciate it :)

Tim Kopperud
Community Champion
November 24, 2023

@Martina, thanks for the feedback. I'm glad it helped. 

TimK

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events