Hi everyone,
I'd like to set a rule that says "If 'timespent' > 'timeestimate" it sends a Slack notification".
Anyone knows how to do that ?
Thanks in advance for your answers
You can create 2 automation that will compare Original Estimate to Time Spent when WOrk is logged and When Original estimate is updated.
ex of the first one:
When Work Logged
If advanced compare {{issue.timeoriginalestimate}} < {{timespent}}
Then use action to send notification to slack
Second
When timetracking field is updated
If advanced compare {{issue.timeoriginalestimate}} < {{timespent}}
Then use action to send notification to slack
If you do not allow to update original estimate the 1st one is enough
Regards
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.