I want to create a scheduled automation which runs everyday once and it gives me a list of tickets where the remaining time is less than 25% of the original estimate.
I have used smart value conditions
First value: {{issue.remainingEstimateSeconds}}
Condition: less than
Second Value: {{issue.originalEstimateSeconds.divide(4)}}
But it is not giving the desired result. Want to check if anyone can share any insights.
Welcome to our Community.
This automation condition looks good. What's the result now? Maybe you could share the screenshot of your whole automation rule here.
Regards,
YY Brother
Hi @Samrat Mazumder -- Welcome to the Atlassian Community!
For a question like this, context is important for the community to help. Please post the following:
Until we see those...
Your smart values for the time tracking values are incorrect. Please try using these, adjusting them for your specific rule condition:
{{issue.timetracking.remainingEstimateSeconds}}
{{issue.timetracking.originalEstimateSeconds}}
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Bill.
I'll try using the ones you shared.
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.