I have 2 fields: Original Estimate and Time remaining in each JIRA ticket.
I need some help with creating a rule. What I need us an automated email if Time Remaining triggers an email if it is more than 50% from Original Estimate.
Any help is appreciated.
you can use automation for jira
issue trigger = work logged
if time spent / original estimate > 0.5
sent mail
@Alexander Pappert what component do you use to add the "if time spent / original estimate > 0.5" part?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I use JQL validator
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.