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
Hello,
I would like setup an automatic rule which send an email when the time spent on a ticket is equal to XX% of time estimated.
I created a basic rule which compares time spent and time estimated, it's works, but when I want to adapt the rule for a certain amout (ie : 50%) it doesn't work.
What I can conclude when I test :
{{issue.timetracking.TimeSpent}}
greater than
{{issue.timetracking.originalEstimate}}
--> OK
{{issue.timetracking.TimeSpent}}
greater than
({{issue.timetracking.originalEstimate}}*0.5)
--> NOK (it's triggered even if the time spent is not greater than 50% of time estimated)
I think that the ratio of 0.5 can't be used in this kind of field...
Do you have an other way to set a % of the original estimate ?
Thank you
Actually I faced this issue by using workratio field to avoid time estimated calculation :
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.