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'm trying to have an email sent if time is logged against an issue (using Tempo and the Log Time link) and the time then exceeds the Original Estimate.
Currently I have the following setup:
===============
When: Value changes for "Time Tracking"
If: created >= "-61d" AND originalEstimate != 0 AND workratio > 100"
Then: Send email
Then: Add comment to to issue "Auto rule has fired at {{now.jqlDateTime}} so email should be sent to Assignee."
===============
Neither the email is being sent nor is the comment being added to the issue.
So ... am i simply choosing the wrong field "Time Tracking" ... i have also tried "Log Work" ... or is this scenario unable to be automated?
cheers