Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Jira Automation - send an email when time spent is greater than 75% of time estimated

Edited

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.

Automation-Jira.png


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 

1 answer

1 accepted

2 votes
Answer accepted

Actually I faced this issue by using workratio field to avoid time estimated calculation : 

Automation-Jira (1).png

Thank you so much for this!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events