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

3 votes
Answer accepted
Tim Kopperud
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 Leaders.
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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 24, 2023

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

TimK

Suggest an answer

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

Atlassian Community Events