Jira automation for upcoming due date

Hiromichi Kikuchi June 12, 2024

I want to set up an automated email that will send you an email for the upcoming due dates in the beginning of the week for things that are due that week. for example I want to send out an individual email to each assignee on Monday of all of the issues they have due that week. I want each individual assignee to only get the issues due to them in that week. 

1 answer

1 vote
Aron Gombas [Midori]
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 13, 2024

You can create a saved filter with a query something like:

assignee = currentUser() and dueDate > startOfWeek() and dueDate < startOfWeek("7d")

 and then subscribe it.

Suggest an answer

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

Atlassian Community Events