You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello.
I am automating allot of our on and off boarding process using Automation for Jira.
I would like to have a automation that sends out a email 1 week before a task has its "due date". Is there a way to do this? It would be a 1-time email pr task.
Hi Roger,
I currently use that function a lot with Automation For Jira.
Create a Scheduled trigger rule to run every 1 days.
Then use JQL to identify the issues. Something like:
project = ABC and status = Backlog and issuetype = "Task" AND "Due Date" = startOfDay(7)
Of course, you can not use status or issuetype if those don't matter or you can more fully narrow down as I have.
Final step is to add a New Action for Send Email.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.