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.
I would like to create an automation in JWM to send an email to the reporter when tasks are 10 days (or more) past due.
I played around with the logic and I cannot get it to work. The JQL I used was:
duedate <= startOfDay(-10d) AND statusCategory != Done
Is that right?
If yes, how can I test it?
Hello @tracey.fudge
Welcome to the Atlassian community!
When you say "it didn't work" do you mean the JQL doesn't give you the right set of issues or the rule doesn't do what you want?
If the problem is the JQL, please provide the details of an example of an issue that you expected the result to include (or not included).
If the problem is with the rule, please provide us with screen images showing the details of your rule, and of the Audit Log for the rule when it executed, and otherwise explain how the rule did not match your expectations.
It did provide a set of issues. When I validated the query, there are 18 issues. When I looked at the log, no email was sent, BUT there is a message to uncheck a box, which I just did and have scheduled to run again in 30 minutes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, yes. There is that box in the Trigger that can constrain the action to only issues that have changed.
Let us know if that solves your issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.