You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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.
The manager’s daily activities include a list of challenges to reach high levels of efficiency for their teams. Part of these challenges is related to how to deal with the worklog systems sin...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.