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.
Hi everyone :)
My team is running a campaign project and we have set the due dates of the child issues to be the dates a specific email is to be sent.
These emails are built and delivered on another platform - however as we have used the due dates as essentially the "sent date" we were hoping that once the due date occurs, the status of that child issue can be set to 'complete' as it would have already been sent.
Is this possible through automation? I have looked at the scheduling rule however I am not familiar enough with JQL to run it.
Thank you
Hi Elena, welcome to the Atlassian Community,
Using the scheduled trigger in Jira automation is a valid way to do it.
Use this JQL filter in the trigger:
duedate < now() and status != complete
It will only perform the automation rule for issues where the duedate is the past and the status has not been set to complete yet.
Setting the rule to run once a day is probably enough.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.